DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on PJM_BORROW_PAYBACKS

Line 6053: from pjm_borrow_paybacks pbp

6049: -- transaction
6050: cursor c_payback_txn(c_cur_txn_id number) is
6051: select pbp.borrow_transaction_id,
6052: pbp.payback_quantity
6053: from pjm_borrow_paybacks pbp
6054: where pbp.payback_transaction_id = c_cur_txn_id;
6055:
6056: -- this cursor is to find out all the mcacd data
6057: -- for a specific transaction_id

Line 7935: from pjm_borrow_paybacks pbp

7931:
7932: cursor c_payback_txn(c_cur_txn_id number) is
7933: select pbp.borrow_transaction_id,
7934: pbp.payback_quantity
7935: from pjm_borrow_paybacks pbp
7936: where pbp.payback_transaction_id = c_cur_txn_id;
7937:
7938: -- this cursor is to find out all the mcacd data
7939: -- for a specific transaction_id