DBA Data[Home] [Help]

APPS.PAY_CE_RECONCILIATION_PKG dependencies on STANDARD

Line 16: -- p_last_updated_by standard who column

12: -- p_payment_id payment identifier to reconcile (assignment_action_id)
13: -- p_cleared_date clearing date from bank statement
14: -- p_trx_amount transaction amount (actual amount of payment)
15: -- p_trx_type transaction type (PAYMENT or STOP)
16: -- p_last_updated_by standard who column
17: -- p_last_update_login standard who column
18: -- p_created_by standard who column
19:
20: procedure reconcile_payment(p_payment_id number,

Line 17: -- p_last_update_login standard who column

13: -- p_cleared_date clearing date from bank statement
14: -- p_trx_amount transaction amount (actual amount of payment)
15: -- p_trx_type transaction type (PAYMENT or STOP)
16: -- p_last_updated_by standard who column
17: -- p_last_update_login standard who column
18: -- p_created_by standard who column
19:
20: procedure reconcile_payment(p_payment_id number,
21: p_cleared_date date,

Line 18: -- p_created_by standard who column

14: -- p_trx_amount transaction amount (actual amount of payment)
15: -- p_trx_type transaction type (PAYMENT or STOP)
16: -- p_last_updated_by standard who column
17: -- p_last_update_login standard who column
18: -- p_created_by standard who column
19:
20: procedure reconcile_payment(p_payment_id number,
21: p_cleared_date date,
22: p_trx_amount number,