DBA Data[Home] [Help]

APPS.PA_COST dependencies on GL_SETS_OF_BOOKS

Line 1614: GL_SETS_OF_BOOKS GB,

1610:
1611: SELECT FC.currency_code
1612: INTO l_currency_code
1613: FROM FND_CURRENCIES FC,
1614: GL_SETS_OF_BOOKS GB,
1615: PA_IMPLEMENTATIONS_ALL IMP
1616: WHERE FC.currency_code = DECODE(imp.set_of_books_id, NULL, NULL, GB.currency_code)
1617: AND GB.set_of_books_id = IMP.set_of_books_id
1618: AND IMP.org_id = p_org_id; --Bug#5903720