DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_RELATIONSHIP_PUB

Line 15904: -- Set the following local variables before calling PA_RELATIONSHIP_PUB.Create_Relationship

15900: l_relationship_subtype pa_object_relationships.relationship_subtype%TYPE;
15901:
15902: BEGIN
15903:
15904: -- Set the following local variables before calling PA_RELATIONSHIP_PUB.Create_Relationship
15905: -- l_structure_version_id_from
15906: -- l_task_version_id_from
15907: -- l_relationship_subtype
15908: IF l_parent_task_id is null THEN -- task is a top task.

Line 15921: -- Set the following variables after calling PA_RELATIONSHIP_PUB.Create_Relationship

15917:
15918: IF l_task_in_rec.pa_task_id = PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM OR
15919: l_task_in_rec.pa_task_id IS NULL -- Create Task Context
15920: THEN
15921: -- Set the following variables after calling PA_RELATIONSHIP_PUB.Create_Relationship
15922: --px_tasks_out_tbl(i).return_status
15923: IF l_debug_mode = 'Y' THEN
15924: pa_debug.g_err_stage := 'Calling API create_relationship';
15925: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);

Line 15928: PA_RELATIONSHIP_PUB.Create_Relationship

15924: pa_debug.g_err_stage := 'Calling API create_relationship';
15925: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);
15926: END IF;
15927:
15928: PA_RELATIONSHIP_PUB.Create_Relationship
15929: (
15930: p_api_version => p_api_version_number
15931: ,p_init_msg_list => FND_API.G_FALSE
15932: ,p_commit => p_commit

Line 15969: -- Set the following variables after calling PA_RELATIONSHIP_PUB.Create_Relationship

15965: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
15966: END IF;
15967:
15968: ELSE -- in update task case
15969: -- Set the following variables after calling PA_RELATIONSHIP_PUB.Create_Relationship
15970: -- px_tasks_out_tbl(i).return_status
15971: --rtarway, for DHI ER, BUG 4413568
15972: /*
15973: IF ( PA_PROJECT_PUB.G_TASK_STR_UPDATE_MODE = 'PA_UPD_TASK_ATTR' ) THEN --bug 4534919

Line 16021: END IF; -- After calling PA_RELATIONSHIP_PUB Create_Relationship or Update_Relationship

16017: pa_debug.g_err_stage := 'Relationship id : ' || l_relationship_id ;
16018: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
16019: END IF;
16020:
16021: END IF; -- After calling PA_RELATIONSHIP_PUB Create_Relationship or Update_Relationship
16022:
16023: END; -- create/update relationship record.
16024:
16025: