DBA Data[Home] [Help]

APPS.PJI_PJP_SUM_ROLLUP dependencies on PJI_REP_XBS_DENORM

Line 4596: from PJI_REP_XBS_DENORM;

4592:
4593: if (l_count > 0) then
4594:
4595: delete
4596: from PJI_REP_XBS_DENORM;
4597: -- where PROJECT_ID in (select map.PROJECT_ID
4598: -- from PJI_PJP_PROJ_BATCH_MAP map
4599: -- where map.WORKER_ID = p_worker_id);
4600:

Line 18827: -- delete from PJI_REP_XBS_DENORM;

18823:
18824: --Commented below portion of code for bug 7197275
18825: if (l_count > 0) then -- Uncommented for bug 14571067
18826:
18827: -- delete from PJI_REP_XBS_DENORM;
18828: pji_rep_util.Log_Struct_Change_Event(l_wbs_version_id_tbl); --Uncommented for bug 14571067
18829: -- where PROJECT_ID in (select map.PROJECT_ID
18830: -- from PJI_PJP_PROJ_BATCH_MAP map
18831: -- where map.WORKER_ID = p_worker_id);

Line 18958: --delete from PJI_REP_XBS_DENORM;

18954:
18955: --Commented below portion of code for bug 7197275
18956: if (l_count > 0) then --Uncommented for bug 14571067
18957:
18958: --delete from PJI_REP_XBS_DENORM;
18959: pji_rep_util.Log_Struct_Change_Event(l_wbs_version_id_tbl); --Uncommented for bug 14571067
18960: -- where PROJECT_ID = g_project_id and
18961: -- OWNER_WBS_VERSION_ID in (g_old_struct_version,
18962: -- g_new_struct_version);