DBA Data[Home] [Help]

APPS.ARP_TRX_GLOBAL dependencies on GL_SETS_OF_BOOKS

Line 10: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,

6: --
7: TYPE system_info_rec_type IS RECORD
8: (
9: system_parameters arp_global.sysparam%type,
10: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
11: period_set_name gl_sets_of_books.period_set_name%type,
12: base_currency fnd_currencies.currency_code%type,
13: base_precision fnd_currencies.precision%type,
14: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type,

Line 11: period_set_name gl_sets_of_books.period_set_name%type,

7: TYPE system_info_rec_type IS RECORD
8: (
9: system_parameters arp_global.sysparam%type,
10: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
11: period_set_name gl_sets_of_books.period_set_name%type,
12: base_currency fnd_currencies.currency_code%type,
13: base_precision fnd_currencies.precision%type,
14: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type,
15: rev_based_on_salesrep BOOLEAN,