DBA Data[Home] [Help]

APPS.FA_FLEX_TYPE dependencies on FA_BOOK_CONTROLS

Line 10: book_type_code FA_BOOK_CONTROLS.book_type_code%TYPE,

6: --
7: -- Following types are used to construct nested record type of table type
8: --
9: TYPE fafbglb IS RECORD (
10: book_type_code FA_BOOK_CONTROLS.book_type_code%TYPE,
11: book_type_name FA_BOOK_CONTROLS.book_type_name%TYPE,
12: function_name varchar2(31),
13: id_flex_num FA_BOOK_CONTROLS.accounting_flex_structure%TYPE,
14: appid number,

Line 11: book_type_name FA_BOOK_CONTROLS.book_type_name%TYPE,

7: -- Following types are used to construct nested record type of table type
8: --
9: TYPE fafbglb IS RECORD (
10: book_type_code FA_BOOK_CONTROLS.book_type_code%TYPE,
11: book_type_name FA_BOOK_CONTROLS.book_type_name%TYPE,
12: function_name varchar2(31),
13: id_flex_num FA_BOOK_CONTROLS.accounting_flex_structure%TYPE,
14: appid number,
15: userid number,

Line 13: id_flex_num FA_BOOK_CONTROLS.accounting_flex_structure%TYPE,

9: TYPE fafbglb IS RECORD (
10: book_type_code FA_BOOK_CONTROLS.book_type_code%TYPE,
11: book_type_name FA_BOOK_CONTROLS.book_type_name%TYPE,
12: function_name varchar2(31),
13: id_flex_num FA_BOOK_CONTROLS.accounting_flex_structure%TYPE,
14: appid number,
15: userid number,
16: login number,
17: acct_segnum number,