Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Java Client Example

Code Block
 

 

...

getValidKFSOrganizations(List of (kfsOrgCode, kfsChartCode))

This service is used retrieve valid KFS organizations and related attributes. Returns an XML result set with a list of organizations

DB Query

Code Block
SELECT a.FIN_COA_CD as \"Chart Code\", ");
sql.append(" a.org_cd as \"Organization Code \", ");
sql.append(" a.org_nm as \"Organization Name \", ");
sql.append(" a.RPTS_TO_FIN_COA_CD as \"Reports to Chart Code\", ");

...

Java Client Example

Code Block
 

getAllKFSOrganizations()

No input parameter, ALL active KFS organization details will be returned in result set.

DB Query