DBA Data[Home] [Help]

APPS.IGI_IGIIACAR_XMLP_PKG dependencies on FA_BOOK_CONTROLS

Line 26: From fa_book_controls fa

22:
23:
24: Select fa.accounting_flex_structure
25: into t_account_flex_structure
26: From fa_book_controls fa
27: Where fa.book_type_code = p_book_type_code;
28:
29: STRUCT_NUM := to_char(t_account_flex_structure);
30:

Line 97: FA_BOOK_CONTROLS B

93: A.CURRENCY_CODE
94: INTO CP_CURR_CODE
95: FROM
96: GL_SETS_OF_BOOKS A,
97: FA_BOOK_CONTROLS B
98: WHERE A.SET_OF_BOOKS_ID = B.SET_OF_BOOKS_ID
99: AND B.BOOK_TYPE_CODE = P_BOOK_TYPE_CODE;
100: RETURN (1);
101: EXCEPTION