DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on PA_PROJ_TASK_STRUC_PUB

Line 2015: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_STRUCTURE(

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

Line 2052: PA_PROJ_TASK_STRUC_PUB.CREATE_DEFAULT_TASK_STRUCTURE(

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