DBA Data[Home] [Help]

APPS.AR_BILLS_MAIN dependencies on RA_CUSTOMER_TRX_LINES

Line 141: br_ref_customer_trx_id RA_CUSTOMER_TRX_LINES.br_ref_customer_trx_id%TYPE ,

137: bank_branch_id ce_bank_branches_v.branch_party_id%TYPE ,
138: bank_account_id ap_bank_accounts.bank_account_id%TYPE ,
139: cons_billing_number AR_CONS_INV_ALL.cons_billing_number%TYPE ,
140: cons_inv_id AR_CONS_INV.cons_inv_id%TYPE ,
141: br_ref_customer_trx_id RA_CUSTOMER_TRX_LINES.br_ref_customer_trx_id%TYPE ,
142: br_ref_payment_schedule_id RA_CUSTOMER_TRX_LINES.br_ref_payment_schedule_id%TYPE ,
143: extended_amount RA_CUSTOMER_TRX_LINES.extended_amount%TYPE ,
144: extended_acctd_amount RA_CUSTOMER_TRX_LINES.extended_acctd_amount%TYPE ,
145: customer_trx_line_id RA_CUSTOMER_TRX_LINES.customer_trx_line_id%TYPE );

Line 142: br_ref_payment_schedule_id RA_CUSTOMER_TRX_LINES.br_ref_payment_schedule_id%TYPE ,

138: bank_account_id ap_bank_accounts.bank_account_id%TYPE ,
139: cons_billing_number AR_CONS_INV_ALL.cons_billing_number%TYPE ,
140: cons_inv_id AR_CONS_INV.cons_inv_id%TYPE ,
141: br_ref_customer_trx_id RA_CUSTOMER_TRX_LINES.br_ref_customer_trx_id%TYPE ,
142: br_ref_payment_schedule_id RA_CUSTOMER_TRX_LINES.br_ref_payment_schedule_id%TYPE ,
143: extended_amount RA_CUSTOMER_TRX_LINES.extended_amount%TYPE ,
144: extended_acctd_amount RA_CUSTOMER_TRX_LINES.extended_acctd_amount%TYPE ,
145: customer_trx_line_id RA_CUSTOMER_TRX_LINES.customer_trx_line_id%TYPE );
146:

Line 143: extended_amount RA_CUSTOMER_TRX_LINES.extended_amount%TYPE ,

139: cons_billing_number AR_CONS_INV_ALL.cons_billing_number%TYPE ,
140: cons_inv_id AR_CONS_INV.cons_inv_id%TYPE ,
141: br_ref_customer_trx_id RA_CUSTOMER_TRX_LINES.br_ref_customer_trx_id%TYPE ,
142: br_ref_payment_schedule_id RA_CUSTOMER_TRX_LINES.br_ref_payment_schedule_id%TYPE ,
143: extended_amount RA_CUSTOMER_TRX_LINES.extended_amount%TYPE ,
144: extended_acctd_amount RA_CUSTOMER_TRX_LINES.extended_acctd_amount%TYPE ,
145: customer_trx_line_id RA_CUSTOMER_TRX_LINES.customer_trx_line_id%TYPE );
146:
147: AssignRec AssignRecTyp;

Line 144: extended_acctd_amount RA_CUSTOMER_TRX_LINES.extended_acctd_amount%TYPE ,

140: cons_inv_id AR_CONS_INV.cons_inv_id%TYPE ,
141: br_ref_customer_trx_id RA_CUSTOMER_TRX_LINES.br_ref_customer_trx_id%TYPE ,
142: br_ref_payment_schedule_id RA_CUSTOMER_TRX_LINES.br_ref_payment_schedule_id%TYPE ,
143: extended_amount RA_CUSTOMER_TRX_LINES.extended_amount%TYPE ,
144: extended_acctd_amount RA_CUSTOMER_TRX_LINES.extended_acctd_amount%TYPE ,
145: customer_trx_line_id RA_CUSTOMER_TRX_LINES.customer_trx_line_id%TYPE );
146:
147: AssignRec AssignRecTyp;
148:

Line 145: customer_trx_line_id RA_CUSTOMER_TRX_LINES.customer_trx_line_id%TYPE );

141: br_ref_customer_trx_id RA_CUSTOMER_TRX_LINES.br_ref_customer_trx_id%TYPE ,
142: br_ref_payment_schedule_id RA_CUSTOMER_TRX_LINES.br_ref_payment_schedule_id%TYPE ,
143: extended_amount RA_CUSTOMER_TRX_LINES.extended_amount%TYPE ,
144: extended_acctd_amount RA_CUSTOMER_TRX_LINES.extended_acctd_amount%TYPE ,
145: customer_trx_line_id RA_CUSTOMER_TRX_LINES.customer_trx_line_id%TYPE );
146:
147: AssignRec AssignRecTyp;
148:
149: