DBA Data[Home] [Help]

APPS.PJI_PJP_SUM_ROLLUP dependencies on PJI_FM_AGGR_FIN7

Line 3912: PJI_FM_AGGR_FIN7 tmp7,

3908: tmp7.QUANTITY,
3909: tmp7.BILL_QUANTITY
3910: from
3911: PJI_PJP_RMAP_FPR tmp7_r,
3912: PJI_FM_AGGR_FIN7 tmp7,
3913: PJI_PJP_RBS_HEADER rbs_hdr
3914: where
3915: l_extraction_type = 'INCREMENTAL' and
3916: tmp7_r.WORKER_ID = p_worker_id and

Line 5106: PJI_FM_AGGR_FIN7 fin7

5102: set map.EXTRACTION_TYPE = 'M'
5103: where map.WORKER_ID = p_worker_id and
5104: map.PROJECT_ID in (select fin7.PROJECT_ID
5105: from PJI_PJP_RMAP_FPR fin7_r,
5106: PJI_FM_AGGR_FIN7 fin7
5107: where fin7_r.WORKER_ID = p_worker_id and
5108: fin7_r.RECORD_TYPE = 'M' and
5109: fin7.ROWID = fin7_r.STG_ROWID);
5110: