DBA Data[Home] [Help]

APPS.FA_FAS430_XMLP_PKG dependencies on GL_SETS_OF_BOOKS

Line 17: GL_SETS_OF_BOOKS sob

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;
21: Currency_Code := l_currency_code;