DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on PJM_BORROW_PAYBACKS

Line 2803: from pjm_borrow_paybacks pbp

2799: -- transaction
2800: cursor c_payback_txn(c_cur_txn_id number) is
2801: select pbp.borrow_transaction_id,
2802: pbp.payback_quantity
2803: from pjm_borrow_paybacks pbp
2804: where pbp.payback_transaction_id = c_cur_txn_id;
2805:
2806: -- this cursor is to find out all the mcacd data
2807: -- for a specific transaction_id

Line 4092: from pjm_borrow_paybacks pbp

4088: -- transaction
4089: cursor c_payback_txn(c_cur_txn_id number) is
4090: select pbp.borrow_transaction_id,
4091: pbp.payback_quantity
4092: from pjm_borrow_paybacks pbp
4093: where pbp.payback_transaction_id = c_cur_txn_id;
4094:
4095: -- this cursor is to find out all the mcacd data
4096: -- for a specific transaction_id