DBA Data[Home] [Help]

APPS.ARP_UPDATE_DIST_COVER dependencies on RA_CUSTOMER_TRX

Line 9: ra_customer_trx.exchange_rate%type,

5: p_form_name IN varchar2,
6: p_form_version IN number,
7: p_backout_flag IN boolean,
8: p_exchange_rate IN
9: ra_customer_trx.exchange_rate%type,
10: p_base_currency_code IN
11: fnd_currencies.currency_code%type,
12: p_base_precision IN
13: fnd_currencies.precision%type,

Line 91: ra_customer_trx.invoicing_rule_id%type,

87: ra_cust_trx_line_gl_dist.posting_control_id%type,
88: p_header_gl_date IN date,
89: p_trx_date IN date,
90: p_invoicing_rule_id IN
91: ra_customer_trx.invoicing_rule_id%type,
92: p_rec_offset_flag IN
93: ra_cust_trx_line_gl_dist.rec_offset_flag%type, /* bug 3598021 */
94: p_backout_done_flag OUT NOCOPY boolean,
95: p_rounding_correction_flag IN varchar2 DEFAULT NULL);