DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_RELATIONSHIP_PUB

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

16478: l_relationship_subtype pa_object_relationships.relationship_subtype%TYPE;
16479:
16480: BEGIN
16481:
16482: -- Set the following local variables before calling PA_RELATIONSHIP_PUB.Create_Relationship
16483: -- l_structure_version_id_from
16484: -- l_task_version_id_from
16485: -- l_relationship_subtype
16486: IF l_parent_task_id is null THEN -- task is a top task.

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

16495:
16496: IF l_task_in_rec.pa_task_id = PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM OR
16497: l_task_in_rec.pa_task_id IS NULL -- Create Task Context
16498: THEN
16499: -- Set the following variables after calling PA_RELATIONSHIP_PUB.Create_Relationship
16500: --px_tasks_out_tbl(i).return_status
16501: IF l_debug_mode = 'Y' THEN
16502: pa_debug.g_err_stage := 'Calling API create_relationship';
16503: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);

Line 16506: PA_RELATIONSHIP_PUB.Create_Relationship

16502: pa_debug.g_err_stage := 'Calling API create_relationship';
16503: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level4);
16504: END IF;
16505:
16506: PA_RELATIONSHIP_PUB.Create_Relationship
16507: (
16508: p_api_version => p_api_version_number
16509: ,p_init_msg_list => FND_API.G_FALSE
16510: ,p_commit => p_commit

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

16543: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
16544: END IF;
16545:
16546: ELSE -- in update task case
16547: -- Set the following variables after calling PA_RELATIONSHIP_PUB.Create_Relationship
16548: -- px_tasks_out_tbl(i).return_status
16549: --rtarway, for DHI ER, BUG 4413568
16550: /*
16551: IF ( PA_PROJECT_PUB.G_TASK_STR_UPDATE_MODE = 'PA_UPD_TASK_ATTR' ) THEN --bug 4534919

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

16595: pa_debug.g_err_stage := 'Relationship id : ' || l_relationship_id ;
16596: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level3);
16597: END IF;
16598:
16599: END IF; -- After calling PA_RELATIONSHIP_PUB Create_Relationship or Update_Relationship
16600:
16601: END; -- create/update relationship record.
16602:
16603: