DBA Data[Home] [Help]

APPS.AR_REVENUEADJUST_PUB dependencies on RA_CUSTOMER_TRX_LINES

Line 301: ,p_customer_trx_line_id IN ra_customer_trx_lines.customer_trx_line_id%type DEFAULT NULL

297: ,x_msg_count OUT NOCOPY NUMBER
298: ,x_msg_data OUT NOCOPY VARCHAR2
299: ,p_org_id IN NUMBER DEFAULT NULL
300: ,p_customer_trx_id IN ra_customer_trx.customer_trx_id%type
301: ,p_customer_trx_line_id IN ra_customer_trx_lines.customer_trx_line_id%type DEFAULT NULL
302: ,p_contingency_id IN ar_line_conts.contingency_id%type DEFAULT NULL
303: ,p_expiration_date IN ar_line_conts.expiration_date%type DEFAULT NULL
304: ,p_expiration_days IN ar_line_conts.expiration_days%type DEFAULT NULL);
305: END AR_RevenueAdjust_PUB;