DBA Data[Home] [Help]

APPS.PA_COST1 dependencies on GL_SETS_OF_BOOKS

Line 446: GL_SETS_OF_BOOKS GB,

442:
443: SELECT FC.currency_code
444: INTO l_currency_code
445: FROM FND_CURRENCIES FC,
446: GL_SETS_OF_BOOKS GB,
447: PA_IMPLEMENTATIONS_ALL IMP
448: WHERE FC.currency_code = DECODE(imp.set_of_books_id, NULL, NULL, GB.currency_code)
449: AND GB.set_of_books_id = IMP.set_of_books_id
450: AND IMP.org_id = p_org_id; --Bug#5903720