DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_TASK_PUB1

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

2540:
2541: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
2542: -- Turn on the mask.
2543: IF g_periodic_mode IS NULL THEN
2544: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
2545: END IF;
2546:
2547: PA_FP_PLANNING_TRANSACTION_PUB.DELETE_PLANNING_TRANSACTIONS(
2548: P_CONTEXT => pa_fp_constants_pkg.g_calling_module_task,

Line 2562: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

2558:
2559: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
2560: -- Turn off the mask.
2561: IF g_periodic_mode IS NULL THEN
2562: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
2563: END IF;
2564:
2565: END IF;
2566:

Line 2794: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

2790: ROLLBACK TO add_task_asgmts_pub;
2791:
2792: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
2793: -- Reset the mask.
2794: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
2795:
2796: IF P_DEBUG_MODE = 'Y' THEN
2797: PA_DEBUG.write_log (x_module => G_PKG_NAME
2798: ,x_msg => 'Unexpected Error:' || L_FuncProc || SQLERRM

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

2940: -- Bug 4200146: Set the global variable to indicate that create task assignments
2941: -- is called with create task assignment periods
2942: -- Prevent rollup from happening in PJI plan update call
2943: g_periodic_mode := 'Y';
2944: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
2945:
2946: Create_Task_Assignments
2947: ( p_api_version_number => 1.0
2948: ,p_commit => FND_API.G_FALSE

Line 2963: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

2959: );
2960:
2961: -- Bug 4200146
2962: g_periodic_mode := null;
2963: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
2964:
2965: --dbms_output.put_line('After Create_Task_Assignments:return status: ' || l_return_status);
2966: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2967:

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

2979: --dbms_output.put_line('Calling Create_Task_Assignment_Periods return status: ' || l_return_status);
2980:
2981: -- Bug 4200146: Set the global variable to
2982: -- prevent rollup from happening in PJI plan update call
2983: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
2984:
2985: Pa_Task_Assignments_pvt.Create_Task_Assignment_Periods
2986: ( p_api_version_number => 1.0
2987: ,p_commit => FND_API.G_FALSE

Line 3001: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

2997: ,x_return_status => l_return_status
2998: );
2999:
3000: -- Bug 4200146
3001: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3002:
3003: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3004:
3005: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3070: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3066: ROLLBACK TO CREATE_TASK_ASGMT_PERIODS;
3067:
3068: -- Bug 4200146
3069: g_periodic_mode := null;
3070: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3071:
3072: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3073: IF P_DEBUG_MODE = 'Y' THEN
3074: PA_DEBUG.write_log (x_module => G_PKG_NAME

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

3217: -- Bug 4200146: Set the global variable to indicate that update task assignments
3218: -- is called with update task assignment periods
3219: -- Prevent rollup from happening in PJI plan update call
3220: g_periodic_mode := 'Y';
3221: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
3222:
3223: Update_Task_Assignments
3224: ( p_api_version_number => 1.0
3225: ,p_commit => FND_API.G_FALSE

Line 3240: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3236: );
3237:
3238: -- Bug 4200146
3239: g_periodic_mode := null;
3240: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3241:
3242: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3243:
3244: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

3255: IF nvl(p_task_assignment_periods_in.count,0) > 0 THEN
3256:
3257: -- Bug 4200146: Set the global variable to
3258: -- prevent rollup from happening in PJI plan update call
3259: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
3260:
3261: Pa_Task_Assignments_pvt.Create_Task_Assignment_Periods
3262: ( p_api_version_number => 1.0
3263: ,p_commit => FND_API.G_FALSE

Line 3277: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3273: ,x_return_status => l_return_status
3274: );
3275:
3276: -- Bug 4200146
3277: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3278:
3279: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3280:
3281: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3348: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

3344: ROLLBACK TO UPDATE_TASK_ASGMT_PERIODS;
3345:
3346: -- Bug 4200146: Reset the masks
3347: g_periodic_mode := null;
3348: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
3349:
3350: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3351: IF P_DEBUG_MODE = 'Y' THEN
3352: PA_DEBUG.write_log (x_module => G_PKG_NAME

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

5528:
5529: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5530: -- Turn on the mask.
5531: IF g_periodic_mode IS NULL THEN
5532: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
5533: END IF;
5534:
5535: PA_FP_PLANNING_TRANSACTION_PUB.DELETE_PLANNING_TRANSACTIONS(
5536: P_CONTEXT => pa_fp_constants_pkg.g_calling_module_task,

Line 5550: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

5546:
5547: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5548: -- Turn off the mask.
5549: IF g_periodic_mode IS NULL THEN
5550: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
5551: END IF;
5552:
5553:
5554: END IF;

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

5617:
5618: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5619: -- Turn on the mask.
5620: IF g_periodic_mode IS NULL THEN
5621: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
5622: END IF;
5623:
5624: pa_fp_planning_transaction_pub.add_planning_transactions
5625: ( p_context => pa_fp_constants_pkg.g_calling_module_task,

Line 5684: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

5680:
5681: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5682: -- Turn off the mask.
5683: IF g_periodic_mode IS NULL THEN
5684: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
5685: END IF;
5686:
5687: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
5688: pa_debug.g_err_stage:='After Calling add planning transactions:ret. status' || x_return_status;

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

5733:
5734: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5735: -- Turn on the mask.
5736: IF g_periodic_mode IS NULL THEN
5737: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
5738: END IF;
5739:
5740: PA_FP_PLANNING_TRANSACTION_PUB.DELETE_PLANNING_TRANSACTIONS(
5741: P_CONTEXT => pa_fp_constants_pkg.g_calling_module_task,

Line 5755: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

5751:
5752: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5753: -- Turn off the mask.
5754: IF g_periodic_mode IS NULL THEN
5755: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
5756: END IF;
5757:
5758: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
5759: pa_debug.g_err_stage:='After Calling delete planning transactions:ret. status' || x_return_status;

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

5828:
5829: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5830: -- Turn on the mask.
5831: IF g_periodic_mode IS NULL THEN
5832: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := 'N';
5833: END IF;
5834:
5835: pa_fp_planning_transaction_pub.update_planning_transactions (
5836: p_context => pa_fp_constants_pkg.g_calling_module_task,

Line 5915: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

5911:
5912: -- Bug 4200146: Prevent rollup from happening in PJI plan update call
5913: -- Turn off the mask.
5914: IF g_periodic_mode IS NULL THEN
5915: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
5916: END IF;
5917:
5918: IF P_DEBUG_MODE = 'Y' AND (li_curr_level <= 3) THEN
5919: pa_debug.g_err_stage:='Return status after update planning transactions.' ||x_return_status;

Line 6049: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;

6045: WHEN OTHERS THEN
6046: ROLLBACK TO UPDATE_task_asgmts_pub;
6047:
6048: -- Bug 4200146: Reset the mask.
6049: PA_TASK_PUB1.G_CALL_PJI_ROLLUP := null;
6050:
6051: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6052: IF P_DEBUG_MODE = 'Y' THEN
6053: PA_DEBUG.write_log (x_module => G_PKG_NAME