DBA Data[Home] [Help]

APPS.MSC_PQ_UTILS dependencies on MSC_FULL_PEGGING

Line 439: FROM msc_full_pegging

435:
436: CURSOR PEG_TRANS_C(p_plan_id NUMBER,
437: p_end_peg_id NUMBER) IS
438: SELECT transaction_id
439: FROM msc_full_pegging
440: WHERE plan_id = p_plan_id
441: AND end_pegging_id = p_end_peg_id;
442:
443: CURSOR get_bucket_dates(p_plan_id NUMBER,