DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on PJM_BORROW_PAYBACKS

Line 2737: from pjm_borrow_paybacks pbp

2733: -- transaction
2734: cursor c_payback_txn(c_cur_txn_id number) is
2735: select pbp.borrow_transaction_id,
2736: pbp.payback_quantity
2737: from pjm_borrow_paybacks pbp
2738: where pbp.payback_transaction_id = c_cur_txn_id;
2739:
2740: -- this cursor is to find out all the mcacd data
2741: -- for a specific transaction_id

Line 4025: from pjm_borrow_paybacks pbp

4021: -- transaction
4022: cursor c_payback_txn(c_cur_txn_id number) is
4023: select pbp.borrow_transaction_id,
4024: pbp.payback_quantity
4025: from pjm_borrow_paybacks pbp
4026: where pbp.payback_transaction_id = c_cur_txn_id;
4027:
4028: -- this cursor is to find out all the mcacd data
4029: -- for a specific transaction_id