DBA Data[Home] [Help]

APPS.PJI_FM_PLAN_MAINT_T_PVT dependencies on PJI_FM_PLAN_MAINT_T_PVT

Line 1: PACKAGE BODY PJI_FM_PLAN_MAINT_T_PVT AS

1: PACKAGE BODY PJI_FM_PLAN_MAINT_T_PVT AS
2: /* $Header: PJIPP03B.pls 120.15.12000000.4 2007/08/17 14:33:31 kmaddi ship $ */
3:
4:
5: g_package_name VARCHAR2(100) := 'PJI_FM_PLAN_MAINT_T_PVT';

Line 5: g_package_name VARCHAR2(100) := 'PJI_FM_PLAN_MAINT_T_PVT';

1: PACKAGE BODY PJI_FM_PLAN_MAINT_T_PVT AS
2: /* $Header: PJIPP03B.pls 120.15.12000000.4 2007/08/17 14:33:31 kmaddi ship $ */
3:
4:
5: g_package_name VARCHAR2(100) := 'PJI_FM_PLAN_MAINT_T_PVT';
6:
7: g_prorating_format VARCHAR2(30) := 'S';
8: -- S Start date, E End date, D (daily) Period.
9: -- Based on plan version.

Line 5244: PJI_FM_PLAN_MAINT_T_PVT.GET_GLOBAL_EXCHANGE_RATES;

5240: -- SQL 5: Update existing rcds for GL1 if GL2 is equal to GL1, etc.
5241: -- SQL 6: Create new rcds using existing records for TXN if GL2 is not in (TXN, PRJ, FUNC, GL1).
5242: --3. Merge the new records into rpting lines.
5243:
5244: PJI_FM_PLAN_MAINT_T_PVT.GET_GLOBAL_EXCHANGE_RATES;
5245:
5246: PJI_FM_PLAN_MAINT_T_PVT.CONV_TO_GLOBAL_CURRENCIES;
5247:
5248: -- This wont work!!!

Line 5246: PJI_FM_PLAN_MAINT_T_PVT.CONV_TO_GLOBAL_CURRENCIES;

5242: --3. Merge the new records into rpting lines.
5243:
5244: PJI_FM_PLAN_MAINT_T_PVT.GET_GLOBAL_EXCHANGE_RATES;
5245:
5246: PJI_FM_PLAN_MAINT_T_PVT.CONV_TO_GLOBAL_CURRENCIES;
5247:
5248: -- This wont work!!!
5249: -- PJI_FM_PLAN_MAINT.MERGE_INTO_REPORTING_LNS_FACT;
5250: -- This wont work!!!

Line 5366: PJI_FM_PLAN_MAINT_T_PVT.ROLLUP_FPR_RBS_T_SLICE;

5362:
5363: --
5364: -- RBS rollup.
5365: --
5366: PJI_FM_PLAN_MAINT_T_PVT.ROLLUP_FPR_RBS_T_SLICE;
5367: print_time(' Created RBS rollup slice. ');
5368:
5369:
5370: --

Line 5373: PJI_FM_PLAN_MAINT_T_PVT.CREATE_WBSRLP;

5369:
5370: --
5371: -- WBS rollup.
5372: --
5373: PJI_FM_PLAN_MAINT_T_PVT.CREATE_WBSRLP;
5374: print_time(' Created WBS rollup slice. ');
5375:
5376:
5377: --

Line 9659: END PJI_FM_PLAN_MAINT_T_PVT;

9655:
9656: g_worker_id := 1; -- PJI_PJP_FP_CURR_WRAP.GET_WORKER_ID;
9657:
9658:
9659: END PJI_FM_PLAN_MAINT_T_PVT;