DBA Data[Home] [Help]

APPS.FA_FAS430_XMLP_PKG dependencies on FA_BOOK_CONTROLS

Line 16: FROM FA_BOOK_CONTROLS bc,

12: sob.currency_code
13: INTO l_book,
14: l_accounting_flex_Structure,
15: l_currency_code
16: FROM FA_BOOK_CONTROLS bc,
17: GL_SETS_OF_BOOKS sob
18: WHERE bc.book_type_code = P_BOOK
19: AND sob.set_of_books_id = bc.set_of_books_id;
20: Accounting_Flex_Structure:=l_accounting_flex_structure;