DBA Data[Home] [Help]

APPS.PJI_PJP_SUM_ROLLUP dependencies on PA_RBS_MAPPING

Line 4369: PA_RBS_MAPPING.CREATE_MAPPING_RULES(c.RBS_VERSION_ID,

4365:
4366: for c in required_rbs(p_worker_id) loop
4367:
4368: begin
4369: PA_RBS_MAPPING.CREATE_MAPPING_RULES(c.RBS_VERSION_ID,
4370: l_return_status,
4371: l_msg_count,
4372: l_msg_data);
4373: exception when others then

Line 4418: PA_RBS_MAPPING.MAP_RBS_ACTUALS(p_worker_id,

4414:
4415: l_extraction_type := PJI_PROCESS_UTIL.GET_PROCESS_PARAMETER(l_process, 'EXTRACTION_TYPE');
4416:
4417: begin
4418: PA_RBS_MAPPING.MAP_RBS_ACTUALS(p_worker_id,
4419: l_return_status,
4420: l_msg_count,
4421: l_msg_data);
4422: exception when others then

Line 19070: if PA_RBS_MAPPING.g_max_rbs_id1 is not null or

19066: (nvl(l_fpm_upgrade, 'P') = 'C' and
19067: l_extraction_type = 'FULL')) then
19068:
19069: /* Added for Bug 9099240 Start */
19070: if PA_RBS_MAPPING.g_max_rbs_id1 is not null or
19071: PA_RBS_MAPPING.g_max_rbs_id2 is not null then
19072:
19073: insert into PJI_RBS_DENORM
19074: (

Line 19071: PA_RBS_MAPPING.g_max_rbs_id2 is not null then

19067: l_extraction_type = 'FULL')) then
19068:
19069: /* Added for Bug 9099240 Start */
19070: if PA_RBS_MAPPING.g_max_rbs_id1 is not null or
19071: PA_RBS_MAPPING.g_max_rbs_id2 is not null then
19072:
19073: insert into PJI_RBS_DENORM
19074: (
19075: STRUCT_VERSION_ID,

Line 19232: if PA_RBS_MAPPING.g_max_rbs_id1 is not null or

19228:
19229: else -- online mode
19230:
19231: /* Added for Bug 9099240 Start */
19232: if PA_RBS_MAPPING.g_max_rbs_id1 is not null or
19233: PA_RBS_MAPPING.g_max_rbs_id2 is not null then
19234:
19235: insert into PJI_RBS_DENORM
19236: (

Line 19233: PA_RBS_MAPPING.g_max_rbs_id2 is not null then

19229: else -- online mode
19230:
19231: /* Added for Bug 9099240 Start */
19232: if PA_RBS_MAPPING.g_max_rbs_id1 is not null or
19233: PA_RBS_MAPPING.g_max_rbs_id2 is not null then
19234:
19235: insert into PJI_RBS_DENORM
19236: (
19237: STRUCT_VERSION_ID,