DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on RA_CUSTOMER_TRX_LINES

Line 16: inv_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%TYPE ,

12: inv_trx_number ra_customer_trx.trx_number%TYPE ,
13: installment ar_payment_schedules.terms_sequence_number%TYPE ,
14: applied_payment_schedule_id ar_payment_schedules.payment_schedule_id%TYPE ,
15: amount_applied ar_receivable_applications.amount_applied%TYPE ,
16: inv_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%TYPE ,
17: inv_line_number ra_customer_trx_lines.line_number%TYPE );
18:
19: TYPE G_cm_unapp_rec_type IS RECORD
20: (cm_trx_number ra_customer_trx.trx_number%TYPE,

Line 17: inv_line_number ra_customer_trx_lines.line_number%TYPE );

13: installment ar_payment_schedules.terms_sequence_number%TYPE ,
14: applied_payment_schedule_id ar_payment_schedules.payment_schedule_id%TYPE ,
15: amount_applied ar_receivable_applications.amount_applied%TYPE ,
16: inv_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%TYPE ,
17: inv_line_number ra_customer_trx_lines.line_number%TYPE );
18:
19: TYPE G_cm_unapp_rec_type IS RECORD
20: (cm_trx_number ra_customer_trx.trx_number%TYPE,
21: cm_customer_trx_id ar_receivable_applications.customer_trx_id%TYPE,

Line 41: inv_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%TYPE ,

37: applied_payment_schedule_id NUMBER(15),
38: amount_applied ar_receivable_applications.amount_applied%TYPE,
39: apply_date ar_receivable_applications.apply_date%TYPE,
40: gl_date ar_receivable_applications.gl_date%TYPE,
41: inv_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%TYPE ,
42: inv_line_number ra_customer_trx_lines.line_number%TYPE ,
43: show_closed_invoices VARCHAR2(1),
44: ussgl_transaction_code ar_receivable_applications.ussgl_transaction_code%TYPE ,
45: attribute_category ar_receivable_applications.attribute_category%TYPE ,

Line 42: inv_line_number ra_customer_trx_lines.line_number%TYPE ,

38: amount_applied ar_receivable_applications.amount_applied%TYPE,
39: apply_date ar_receivable_applications.apply_date%TYPE,
40: gl_date ar_receivable_applications.gl_date%TYPE,
41: inv_customer_trx_line_id ra_customer_trx_lines.customer_trx_line_id%TYPE ,
42: inv_line_number ra_customer_trx_lines.line_number%TYPE ,
43: show_closed_invoices VARCHAR2(1),
44: ussgl_transaction_code ar_receivable_applications.ussgl_transaction_code%TYPE ,
45: attribute_category ar_receivable_applications.attribute_category%TYPE ,
46: attribute1 ar_receivable_applications.attribute1%TYPE ,