DBA Data[Home] [Help]

APPS.PJM_BORROW_PAYBACK dependencies on PJM_BORROW_PAYBACKS

Line 69: -- insert the results in PJM_BORROW_PAYBACKS

65: -- into PJM_BORROW_TRANSACTIONS
66: --
67: -- 2) for a payback transaction, it allocates the
68: -- payback quantity to borrow transactions and
69: -- insert the results in PJM_BORROW_PAYBACKS
70: --
71: --
72: -- Parameters :
73: -- IN : X_transaction_id NUMBER

Line 263: INSERT INTO pjm_borrow_paybacks

259: else
260: L_payback_qty := L_outstanding_qty;
261: end if;
262:
263: INSERT INTO pjm_borrow_paybacks
264: ( payback_transaction_id
265: , borrow_transaction_id
266: , creation_date
267: , created_by