DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT dependencies on PJI_FM_PLAN_CAL_RLPS_T

Line 1190: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP(p_honor_rbs => 'N');

1186: --------------------------------
1187: -- Time rollups.
1188: --------------------------------
1189:
1190: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP(p_honor_rbs => 'N');
1191: print_time('PA calendar rollups done.');
1192:
1193: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP(p_honor_rbs => 'N');
1194: print_time('GL calendar rollups done.');

Line 1193: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP(p_honor_rbs => 'N');

1189:
1190: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP(p_honor_rbs => 'N');
1191: print_time('PA calendar rollups done.');
1192:
1193: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP(p_honor_rbs => 'N');
1194: print_time('GL calendar rollups done.');
1195:
1196: -- PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP(p_honor_rbs => 'N'); /* Bug 4604617 */
1197: print_time('All time calendar rollups done 1.');

Line 1196: -- PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP(p_honor_rbs => 'N'); /* Bug 4604617 */

1192:
1193: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP(p_honor_rbs => 'N');
1194: print_time('GL calendar rollups done.');
1195:
1196: -- PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP(p_honor_rbs => 'N'); /* Bug 4604617 */
1197: print_time('All time calendar rollups done 1.');
1198:
1199: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP(
1200: p_honor_rbs => 'N'

Line 1199: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP(

1195:
1196: -- PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP(p_honor_rbs => 'N'); /* Bug 4604617 */
1197: print_time('All time calendar rollups done 1.');
1198:
1199: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP(
1200: p_honor_rbs => 'N'
1201: , p_calendar_type => 'C'); /* For Time phase None Bug 4604617 */
1202: print_time('All time calendar rollups done 2.'); /* Added for bug 3871783 */
1203:

Line 1263: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP;

1259: --------------------------------
1260: -- Time rollups.
1261: --------------------------------
1262:
1263: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP;
1264: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP;
1265: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ENT_ROLLUP;
1266: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP;
1267: print_time(' Time rollups done. ');

Line 1264: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP;

1260: -- Time rollups.
1261: --------------------------------
1262:
1263: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP;
1264: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP;
1265: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ENT_ROLLUP;
1266: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP;
1267: print_time(' Time rollups done. ');
1268:

Line 1265: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ENT_ROLLUP;

1261: --------------------------------
1262:
1263: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP;
1264: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP;
1265: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ENT_ROLLUP;
1266: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP;
1267: print_time(' Time rollups done. ');
1268:
1269:

Line 1266: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP;

1262:
1263: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_PA_PRI_ROLLUP;
1264: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_GL_PRI_ROLLUP;
1265: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ENT_ROLLUP;
1266: PJI_FM_PLAN_CAL_RLPS_T.CREATE_FP_ALL_T_PRI_ROLLUP;
1267: print_time(' Time rollups done. ');
1268:
1269:
1270: --------------------------------