DBA Data[Home] [Help]

APPS.PJI_PJP_GEN_PERF_ALL dependencies on PJI_PJP_RBS_HEADER

Line 2153: PJI_PJP_RBS_HEADER rbs_hdr

2149: bal.BILL_QUANTITY
2150: from
2151: PJI_PJP_PROJ_BATCH_MAP map,
2152: PJI_FP_TXN_ACCUM bal,
2153: PJI_PJP_RBS_HEADER rbs_hdr
2154: where
2155: p_extraction_type in ('FULL', 'PARTIAL') and
2156: map.WORKER_ID = p_worker_id and
2157: bal.PROJECT_ID = map.PROJECT_ID and

Line 2231: PJI_PJP_RBS_HEADER rbs_hdr

2227: to_number(null) BILL_QUANTITY
2228: from
2229: PJI_PJP_PROJ_BATCH_MAP map,
2230: PJI_FP_TXN_ACCUM1 bal,
2231: PJI_PJP_RBS_HEADER rbs_hdr
2232: where
2233: p_extraction_type in ('FULL', 'PARTIAL') and
2234: map.WORKER_ID = p_worker_id and
2235: bal.PROJECT_ID = map.PROJECT_ID and

Line 2309: PJI_PJP_RBS_HEADER rbs_hdr

2305: tmp7.BILL_QUANTITY
2306: from
2307: PJI_PJP_RMAP_FPR tmp7_r,
2308: PJI_FM_AGGR_FIN7 tmp7,
2309: PJI_PJP_RBS_HEADER rbs_hdr
2310: where
2311: p_extraction_type = 'INCREMENTAL' and
2312: tmp7_r.WORKER_ID = p_worker_id and
2313: tmp7_r.STG_ROWID = tmp7.ROWID and