DBA Data[Home] [Help]

APPS.PA_COST dependencies on GL_SETS_OF_BOOKS

Line 1581: GL_SETS_OF_BOOKS GB,

1577:
1578: SELECT FC.currency_code
1579: INTO l_currency_code
1580: FROM FND_CURRENCIES FC,
1581: GL_SETS_OF_BOOKS GB,
1582: PA_IMPLEMENTATIONS_ALL IMP
1583: WHERE FC.currency_code = DECODE(imp.set_of_books_id, NULL, NULL, GB.currency_code)
1584: AND GB.set_of_books_id = IMP.set_of_books_id
1585: AND IMP.org_id = p_org_id; --Bug#5903720