DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on RA_BATCH_SOURCES

Line 52: ra_batch_sources.batch_source_id%type,

48: ra_customer_trx.customer_trx_id%type,
49: p_ct_id IN
50: ra_customer_trx.customer_trx_id%type,
51: p_bs_id IN
52: ra_batch_sources.batch_source_id%type,
53: p_gl_date IN
54: ra_cust_trx_line_gl_dist.gl_date%type,
55: p_currency_code IN
56: fnd_currencies.currency_code%type,

Line 95: ra_batch_sources.batch_source_id%type,

91: p_salesrep_required_flag IN
92: ar_system_parameters.salesrep_required_flag%type,
93: --
94: p_crtrx_bs_id IN
95: ra_batch_sources.batch_source_id%type,
96: p_crtrx_cm_bs_id IN
97: ra_batch_sources.batch_source_id%type,
98: p_batch_bs_id IN
99: ra_batch_sources.batch_source_id%type,

Line 97: ra_batch_sources.batch_source_id%type,

93: --
94: p_crtrx_bs_id IN
95: ra_batch_sources.batch_source_id%type,
96: p_crtrx_cm_bs_id IN
97: ra_batch_sources.batch_source_id%type,
98: p_batch_bs_id IN
99: ra_batch_sources.batch_source_id%type,
100: p_profile_bs_id IN
101: ra_batch_sources.batch_source_id%type,

Line 99: ra_batch_sources.batch_source_id%type,

95: ra_batch_sources.batch_source_id%type,
96: p_crtrx_cm_bs_id IN
97: ra_batch_sources.batch_source_id%type,
98: p_batch_bs_id IN
99: ra_batch_sources.batch_source_id%type,
100: p_profile_bs_id IN
101: ra_batch_sources.batch_source_id%type,
102: p_crtrx_type_id IN
103: ra_cust_trx_types.cust_trx_type_id%type,

Line 101: ra_batch_sources.batch_source_id%type,

97: ra_batch_sources.batch_source_id%type,
98: p_batch_bs_id IN
99: ra_batch_sources.batch_source_id%type,
100: p_profile_bs_id IN
101: ra_batch_sources.batch_source_id%type,
102: p_crtrx_type_id IN
103: ra_cust_trx_types.cust_trx_type_id%type,
104: p_crtrx_cm_type_id IN
105: ra_cust_trx_types.cust_trx_type_id%type,

Line 142: ra_batch_sources.batch_source_id%type,

138: p_crtrx_fob_point IN
139: ra_customer_trx.fob_point%type,
140: --
141: p_default_bs_id OUT NOCOPY
142: ra_batch_sources.batch_source_id%type,
143: p_default_bs_name OUT NOCOPY
144: ra_batch_sources.name%type,
145: p_auto_trx_numbering_flag OUT NOCOPY
146: ra_batch_sources.auto_trx_numbering_flag%type,

Line 144: ra_batch_sources.name%type,

140: --
141: p_default_bs_id OUT NOCOPY
142: ra_batch_sources.batch_source_id%type,
143: p_default_bs_name OUT NOCOPY
144: ra_batch_sources.name%type,
145: p_auto_trx_numbering_flag OUT NOCOPY
146: ra_batch_sources.auto_trx_numbering_flag%type,
147: p_bs_type OUT NOCOPY
148: ra_batch_sources.batch_source_type%type,

Line 146: ra_batch_sources.auto_trx_numbering_flag%type,

142: ra_batch_sources.batch_source_id%type,
143: p_default_bs_name OUT NOCOPY
144: ra_batch_sources.name%type,
145: p_auto_trx_numbering_flag OUT NOCOPY
146: ra_batch_sources.auto_trx_numbering_flag%type,
147: p_bs_type OUT NOCOPY
148: ra_batch_sources.batch_source_type%type,
149: p_copy_doc_number_flag OUT NOCOPY
150: ra_batch_sources.copy_doc_number_flag%type,

Line 148: ra_batch_sources.batch_source_type%type,

144: ra_batch_sources.name%type,
145: p_auto_trx_numbering_flag OUT NOCOPY
146: ra_batch_sources.auto_trx_numbering_flag%type,
147: p_bs_type OUT NOCOPY
148: ra_batch_sources.batch_source_type%type,
149: p_copy_doc_number_flag OUT NOCOPY
150: ra_batch_sources.copy_doc_number_flag%type,
151: p_bs_default_cust_trx_type_id OUT NOCOPY
152: ra_cust_trx_types.cust_trx_type_id%type,

Line 150: ra_batch_sources.copy_doc_number_flag%type,

146: ra_batch_sources.auto_trx_numbering_flag%type,
147: p_bs_type OUT NOCOPY
148: ra_batch_sources.batch_source_type%type,
149: p_copy_doc_number_flag OUT NOCOPY
150: ra_batch_sources.copy_doc_number_flag%type,
151: p_bs_default_cust_trx_type_id OUT NOCOPY
152: ra_cust_trx_types.cust_trx_type_id%type,
153: p_default_cust_trx_type_id OUT NOCOPY
154: ra_cust_trx_types.cust_trx_type_id%type,