DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on STANDARD

Line 13862: -- Standard parameters

13858:
13859: l_dummy_char VARCHAR2(1);
13860: l_dummy_number NUMBER;
13861:
13862: -- Standard parameters
13863: l_return_status varchar2(1);
13864: l_error_msg_code varchar2(30);
13865: l_msg_count NUMBER := 0;
13866: l_data VARCHAR2(2000);

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

17414: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);
17415: END IF;
17416:
17417: -- Changed p_structure_version_id to l_structure_version_id Bug 3035902.
17418: -- Instead of using local variables, used the out parameters for the standard parameters.
17419:
17420: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES(p_calling_context => 'ONLINE_UPDATE'
17421: ,p_project_id => p_project_id
17422: ,p_structure_version_id => l_structure_version_id

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

17440: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);
17441: END IF;
17442:
17443: -- Changed p_structure_version_id to l_structure_version_id Bug 3035902.
17444: -- Instead of using local variables, used the out parameters for the standard parameters.
17445: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_CONC_WRP(p_calling_context => 'CONC_UPDATE'
17446: ,p_project_id => p_project_id
17447: ,p_structure_version_id => l_structure_version_id
17448: ,x_return_status => x_return_status

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

18206: /*==================================================================
18207: This is the wrapper API that decides whether to invoke the concurrent
18208: process wrapper or the online process to process the WBS updates. If
18209: the profile is set to Online, the process is done online always.
18210: Otherwise when the profile is standard the processing is done online/
18211: concurrent based on the number of tasks in the structure version and
18212: the threshold profile.
18213: Bug 3010538 : New API for the Task Weighting Enhancement.
18214: ==================================================================*/

Line 21263: -- Standard local variable declaration.

21259: L_BASIS_DURATION CONSTANT pa_proj_progress_attr.task_weight_basis_code%TYPE := 'DURATION';
21260:
21261: -- End Procedure level local variables declaration
21262:
21263: -- Standard local variable declaration.
21264: l_msg_count NUMBER := 0;
21265: l_data VARCHAR2(2000);
21266: l_msg_data VARCHAR2(2000);
21267: l_msg_index_out NUMBER;