DBA Data[Home] [Help]

APPS.PJM_BORROW_PAYBACK dependencies on PJM_BORROW_PAYBACK

Line 1: PACKAGE BODY PJM_BORROW_PAYBACK AS

1: PACKAGE BODY PJM_BORROW_PAYBACK AS
2: /* $Header: PJMBWPYB.pls 115.25 2004/01/07 22:35:52 alaw ship $ */
3: -- ---------------------------------------------------------------------
4: -- Global Variables
5: -- ---------------------------------------------------------------------

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

Line 736: END PJM_BORROW_PAYBACK;

732: return(l_success);
733:
734: END VALIDATE_TRX;
735:
736: END PJM_BORROW_PAYBACK;