DBA Data[Home] [Help]

APPS.ARP_ALLOCATION_PKG dependencies on AR_SYSTEM_PARAMETERS_ALL

Line 24: orig_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,

20: --Record type definition Stores key and accounts derived using flexbuilder
21: TYPE flex_parms_rec_type IS RECORD
22: (
23: coa_id gl_sets_of_books.chart_of_accounts_id%TYPE ,
24: orig_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,
25: subs_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,
26: actual_ccid ar_system_parameters_all.code_combination_id_round%TYPE
27: );
28:

Line 25: subs_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,

21: TYPE flex_parms_rec_type IS RECORD
22: (
23: coa_id gl_sets_of_books.chart_of_accounts_id%TYPE ,
24: orig_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,
25: subs_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,
26: actual_ccid ar_system_parameters_all.code_combination_id_round%TYPE
27: );
28:
29: --Table type declaration which stores key for accounts derived using flexbuilder

Line 26: actual_ccid ar_system_parameters_all.code_combination_id_round%TYPE

22: (
23: coa_id gl_sets_of_books.chart_of_accounts_id%TYPE ,
24: orig_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,
25: subs_ccid ar_system_parameters_all.code_combination_id_round%TYPE ,
26: actual_ccid ar_system_parameters_all.code_combination_id_round%TYPE
27: );
28:
29: --Table type declaration which stores key for accounts derived using flexbuilder
30: