API function to get GL code combination description
Hi,
Does any one know is there any API function I can use to retrieve the description of an account combination?
e.g. SELECT GL_GET_ACCOUNT_DESC('20.234.12435.236.000', 2) FROM DUAL
will give "HQ.SALES.PAYROLL.PROJECT A.OTHER', a concatenated description of each segment.
The first parameter is the account combination, the second parameter is the set of book ID.
Probably it not really GL-specific, it could be FND flex value API. Any help ? thanks.
Does any one know is there any API function I can use to retrieve the description of an account combination?
e.g. SELECT GL_GET_ACCOUNT_DESC('20.234.12435.236.000', 2) FROM DUAL
will give "HQ.SALES.PAYROLL.PROJECT A.OTHER', a concatenated description of each segment.
The first parameter is the account combination, the second parameter is the set of book ID.
Probably it not really GL-specific, it could be FND flex value API. Any help ? thanks.
0