DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_TASK_PUB1

Line 2748: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

2744:
2745: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
2746: -- Turn on the mask.
2747: IF g_periodic_mode IS NULL THEN
2748: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
2749: END IF;
2750:
2751: PA_FP_PLANNING_TRANSACTION_PUB.DELETE_PLANNING_TRANSACTIONS(
2752: P_CONTEXT => pa_fp_constants_pkg.g_calling_module_task,

Line 2766: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

2762:
2763: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
2764: -- Turn off the mask.
2765: IF g_periodic_mode IS NULL THEN
2766: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
2767: END IF;
2768:
2769: END IF;
2770:

Line 3035: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3031: ROLLBACK TO add_task_asgmts_pub;
3032:
3033: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
3034: -- Reset the mask.
3035: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3036:
3037: IF P_DEBUG_MODE = 'Y' THEN
3038: PA_DEBUG.write_log (x_module => G_PKG_NAME
3039: ,x_msg => 'Unexpected Error:' || L_FuncProc || SQLERRM

Line 3185: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

3181: -- Bug 4200146: Set the global variable to indicate that create task assignments
3182: -- is called with create task assignment periods
3183: -- Prevent rollup from happening in PJI plan update call
3184: g_periodic_mode := 'Y';
3185: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
3186:
3187: Create_Task_Assignments
3188: ( p_api_version_number => 1.0
3189: ,p_commit => FND_API.G_FALSE

Line 3204: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3200: );
3201:
3202: -- Bug 4200146
3203: g_periodic_mode := null;
3204: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3205:
3206: --dbms_output.put_line('After Create_Task_Assignments:return status: ' || l_return_status);
3207: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3208:

Line 3224: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

3220: --dbms_output.put_line('Calling Create_Task_Assignment_Periods return status: ' || l_return_status);
3221:
3222: -- Bug 4200146: Set the global variable to
3223: -- prevent rollup from happening in PJI plan update call
3224: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
3225:
3226: Pa_Task_Assignments_pvt.Create_Task_Assignment_Periods
3227: ( p_api_version_number => 1.0
3228: ,p_commit => FND_API.G_FALSE

Line 3242: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3238: ,x_return_status => l_return_status
3239: );
3240:
3241: -- Bug 4200146
3242: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3243:
3244: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3245:
3246: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3311: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3307: ROLLBACK TO CREATE_TASK_ASGMT_PERIODS;
3308:
3309: -- Bug 4200146
3310: g_periodic_mode := null;
3311: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3312:
3313: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3314: IF P_DEBUG_MODE = 'Y' THEN
3315: PA_DEBUG.write_log (x_module => G_PKG_NAME

Line 3462: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

3458: -- Bug 4200146: Set the global variable to indicate that update task assignments
3459: -- is called with update task assignment periods
3460: -- Prevent rollup from happening in PJI plan update call
3461: g_periodic_mode := 'Y';
3462: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
3463:
3464: Update_Task_Assignments
3465: ( p_api_version_number => 1.0
3466: ,p_commit => FND_API.G_FALSE

Line 3481: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3477: );
3478:
3479: -- Bug 4200146
3480: g_periodic_mode := null;
3481: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3482:
3483: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3484:
3485: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3500: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

3496: IF nvl(p_task_assignment_periods_in.count,0) > 0 THEN
3497:
3498: -- Bug 4200146: Set the global variable to
3499: -- prevent rollup from happening in PJI plan update call
3500: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
3501:
3502: Pa_Task_Assignments_pvt.Create_Task_Assignment_Periods
3503: ( p_api_version_number => 1.0
3504: ,p_commit => FND_API.G_FALSE

Line 3518: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3514: ,x_return_status => l_return_status
3515: );
3516:
3517: -- Bug 4200146
3518: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3519:
3520: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3521:
3522: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3589: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3585: ROLLBACK TO UPDATE_TASK_ASGMT_PERIODS;
3586:
3587: -- Bug 4200146: Reset the masks
3588: g_periodic_mode := null;
3589: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3590:
3591: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3592: IF P_DEBUG_MODE = 'Y' THEN
3593: PA_DEBUG.write_log (x_module => G_PKG_NAME

Line 6181: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

6177:
6178: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6179: -- Turn on the mask.
6180: IF g_periodic_mode IS NULL THEN
6181: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
6182: END IF;
6183:
6184: PA_FP_PLANNING_TRANSACTION_PUB.DELETE_PLANNING_TRANSACTIONS(
6185: P_CONTEXT => pa_fp_constants_pkg.g_calling_module_task,

Line 6199: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

6195:
6196: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6197: -- Turn off the mask.
6198: IF g_periodic_mode IS NULL THEN
6199: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
6200: END IF;
6201:
6202:
6203: END IF;

Line 6270: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

6266:
6267: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6268: -- Turn on the mask.
6269: IF g_periodic_mode IS NULL THEN
6270: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
6271: END IF;
6272:
6273: pa_fp_planning_transaction_pub.add_planning_transactions
6274: ( p_context => pa_fp_constants_pkg.g_calling_module_task,

Line 6334: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

6330:
6331: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6332: -- Turn off the mask.
6333: IF g_periodic_mode IS NULL THEN
6334: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
6335: END IF;
6336:
6337: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
6338: pa_debug.g_err_stage:='After Calling add planning transactions:ret. status' || x_return_status;

Line 6387: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

6383:
6384: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6385: -- Turn on the mask.
6386: IF g_periodic_mode IS NULL THEN
6387: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
6388: END IF;
6389:
6390: PA_FP_PLANNING_TRANSACTION_PUB.DELETE_PLANNING_TRANSACTIONS(
6391: P_CONTEXT => pa_fp_constants_pkg.g_calling_module_task,

Line 6405: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

6401:
6402: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6403: -- Turn off the mask.
6404: IF g_periodic_mode IS NULL THEN
6405: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
6406: END IF;
6407:
6408: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
6409: pa_debug.g_err_stage:='After Calling delete planning transactions:ret. status' || x_return_status;

Line 6482: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';

6478:
6479: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6480: -- Turn on the mask.
6481: IF g_periodic_mode IS NULL THEN
6482: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
6483: END IF;
6484:
6485: pa_fp_planning_transaction_pub.update_planning_transactions (
6486: p_context => pa_fp_constants_pkg.g_calling_module_task,

Line 6568: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

6564:
6565: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
6566: -- Turn off the mask.
6567: IF g_periodic_mode IS NULL THEN
6568: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
6569: END IF;
6570:
6571: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
6572: pa_debug.g_err_stage:='Return status after update planning transactions.' ||x_return_status;

Line 6740: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

6736: WHEN OTHERS THEN
6737: ROLLBACK TO UPDATE_task_asgmts_pub;
6738:
6739: -- Bug 4200146: Reset the mask.
6740: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
6741:
6742: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6743: IF P_DEBUG_MODE = 'Y' THEN
6744: PA_DEBUG.write_log (x_module => G_PKG_NAME