DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PUB1 dependencies on PA_PROJ_TASK_STRUC_PUB

Line 1986: -- workflow notification will be initiated from PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_CONC

1982: raise FND_API.G_EXC_ERROR;
1983: END IF;
1984:
1985: -- Bug 8347243 : Workflow notification here should happen only in ONLINE mode. For CONCURRENT mode
1986: -- workflow notification will be initiated from PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_CONC
1987: -- We will get concurrent id here to determine if this is ONLINE or CONCURRENT mode
1988:
1989: OPEN c1;
1990: FETCH c1 into l_project_id;

Line 3402: PA_PROJ_TASK_STRUC_PUB.DELETE_TASK_STRUCTURE(p_calling_module => 'PA_PROJECT_STRUCTURE_PUB1.DISABLE_FINANCIAL_STRUCTURE',

3398: SET FINANCIAL_TASK_FLAG = 'N'
3399: WHERE PROJECT_ID = p_project_id
3400: AND PROJ_ELEMENT_ID = l_task_id;
3401: ELSE
3402: PA_PROJ_TASK_STRUC_PUB.DELETE_TASK_STRUCTURE(p_calling_module => 'PA_PROJECT_STRUCTURE_PUB1.DISABLE_FINANCIAL_STRUCTURE',
3403: p_project_id => p_project_id,
3404: p_task_id => l_task_id,
3405: x_msg_count => l_msg_count,
3406: x_msg_data => l_msg_data,