DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on PA_PROJ_ELEMENTS

Line 1996: Select 'Y' from pa_proj_elements

1992: Select * from pa_projects_all
1993: where project_id = x_award_project_id;
1994:
1995: CURSOR c_struc_exists is
1996: Select 'Y' from pa_proj_elements
1997: where project_id = x_award_project_id;
1998:
1999: Begin
2000: -- Verify whether a structure is already existing for the award project template.