DBA Data[Home] [Help]

APPS.ARP_UPDATE_DIST_COVER dependencies on RA_CUSTOMER_TRX

Line 94: ra_customer_trx.exchange_rate%type,

90: p_form_name IN varchar2,
91: p_form_version IN number,
92: p_backout_flag IN boolean,
93: p_exchange_rate IN
94: ra_customer_trx.exchange_rate%type,
95: p_base_currency_code IN
96: fnd_currencies.currency_code%type,
97: p_base_precision IN
98: fnd_currencies.precision%type,

Line 176: ra_customer_trx.invoicing_rule_id%type,

172: ra_cust_trx_line_gl_dist.posting_control_id%type,
173: p_header_gl_date IN date,
174: p_trx_date IN date,
175: p_invoicing_rule_id IN
176: ra_customer_trx.invoicing_rule_id%type,
177: p_rec_offset_flag IN
178: ra_cust_trx_line_gl_dist.rec_offset_flag%type, /* Bug 3568021 */
179: p_backout_done_flag OUT NOCOPY boolean,
180: p_rounding_correction_flag IN varchar2 DEFAULT NULL)