DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on STANDARD

Line 13515: -- Standard parameters

13511:
13512: l_dummy_char VARCHAR2(1);
13513: l_dummy_number NUMBER;
13514:
13515: -- Standard parameters
13516: l_return_status varchar2(1);
13517: l_error_msg_code varchar2(30);
13518: l_msg_count NUMBER := 0;
13519: l_data VARCHAR2(2000);

Line 16769: -- Instead of using local variables, used the out parameters for the standard parameters.

16765: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);
16766: END IF;
16767:
16768: -- Changed p_structure_version_id to l_structure_version_id Bug 3035902.
16769: -- Instead of using local variables, used the out parameters for the standard parameters.
16770:
16771: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES(p_calling_context => 'ONLINE_UPDATE'
16772: ,p_project_id => p_project_id
16773: ,p_structure_version_id => l_structure_version_id

Line 16795: -- Instead of using local variables, used the out parameters for the standard parameters.

16791: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);
16792: END IF;
16793:
16794: -- Changed p_structure_version_id to l_structure_version_id Bug 3035902.
16795: -- Instead of using local variables, used the out parameters for the standard parameters.
16796: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_CONC_WRP(p_calling_context => 'CONC_UPDATE'
16797: ,p_project_id => p_project_id
16798: ,p_structure_version_id => l_structure_version_id
16799: ,x_return_status => x_return_status

Line 17475: Otherwise when the profile is standard the processing is done online/

17471: /*==================================================================
17472: This is the wrapper API that decides whether to invoke the concurrent
17473: process wrapper or the online process to process the WBS updates. If
17474: the profile is set to Online, the process is done online always.
17475: Otherwise when the profile is standard the processing is done online/
17476: concurrent based on the number of tasks in the structure version and
17477: the threshold profile.
17478: Bug 3010538 : New API for the Task Weighting Enhancement.
17479: ==================================================================*/

Line 20468: -- Standard local variable declaration.

20464: L_BASIS_DURATION CONSTANT pa_proj_progress_attr.task_weight_basis_code%TYPE := 'DURATION';
20465:
20466: -- End Procedure level local variables declaration
20467:
20468: -- Standard local variable declaration.
20469: l_msg_count NUMBER := 0;
20470: l_data VARCHAR2(2000);
20471: l_msg_data VARCHAR2(2000);
20472: l_msg_index_out NUMBER;