DBA Data[Home] [Help]

APPS.GMS_MULTI_FUNDING dependencies on PA_PROJ_TASK_STRUC_PUB

Line 257: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_STRUCTURE(

253: FETCH c_awd_proj_temp INTO l_awd_proj_temp;
254: CLOSE c_awd_proj_temp;
255:
256: -- Create structure for the award project template.
257: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_STRUCTURE(
258: p_dest_project_id => x_award_project_id
259: ,p_dest_project_name => l_awd_proj_temp.name
260: ,p_dest_project_number => l_awd_proj_temp.segment1
261: ,p_dest_description => l_awd_proj_temp.description

Line 296: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_TASK_STRUCTURE(

292: WHERE option_code NOT IN ( 'STRUCTURES', 'STRUCTURES_SS' );
293: */
294:
295: --Create structure for the award project template's task.
296: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_TASK_STRUCTURE(
297: p_project_id => x_award_project_id
298: ,p_struc_type => 'FINANCIAL'
299: ,x_msg_count => l_msg_count
300: ,x_msg_data => l_msg_data