DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on PA_PROJ_TASK_STRUC_PUB

Line 2016: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_STRUCTURE(

2012: close c_awd_proj_temp;
2013:
2014: -- Create structure for the award project template.
2015:
2016: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_STRUCTURE(
2017: p_dest_project_id => x_award_project_id
2018: ,p_dest_project_name => l_awd_proj_temp.name
2019: ,p_dest_project_number => l_awd_proj_temp.segment1
2020: ,p_dest_description => l_awd_proj_temp.description

Line 2053: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_TASK_STRUCTURE(

2049: where option_code not in ( 'STRUCTURES', 'STRUCTURES_SS' );
2050:
2051: -- Create structure for the award project template's task.
2052:
2053: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_TASK_STRUCTURE(
2054: p_project_id => x_award_project_id
2055: ,p_struc_type => 'FINANCIAL'
2056: ,x_msg_count => l_msg_count
2057: ,x_msg_data => l_msg_data