DBA Data[Home] [Help]

APPS.CSTPAVCP dependencies on PJM_BORROW_PAYBACKS

Line 5860: from pjm_borrow_paybacks pbp

5856: -- transaction
5857: cursor c_payback_txn(c_cur_txn_id number) is
5858: select pbp.borrow_transaction_id,
5859: pbp.payback_quantity
5860: from pjm_borrow_paybacks pbp
5861: where pbp.payback_transaction_id = c_cur_txn_id;
5862:
5863: -- this cursor is to find out all the mcacd data
5864: -- for a specific transaction_id

Line 7740: from pjm_borrow_paybacks pbp

7736:
7737: cursor c_payback_txn(c_cur_txn_id number) is
7738: select pbp.borrow_transaction_id,
7739: pbp.payback_quantity
7740: from pjm_borrow_paybacks pbp
7741: where pbp.payback_transaction_id = c_cur_txn_id;
7742:
7743: -- this cursor is to find out all the mcacd data
7744: -- for a specific transaction_id