DBA Data[Home] [Help]

APPS.GMS_POR_API2 dependencies on PA_PROJECTS_ALL

Line 46: from pa_projects_all b,

42: l_source_type_code po_requisition_lines_all.source_type_code%type;
43:
44: cursor C_spon_project is
45: select pt.sponsored_flag
46: from pa_projects_all b,
47: gms_project_types pt
48: where b.project_id = l_project_id
49: and b.project_type = pt.project_type
50: and pt.sponsored_flag = 'Y' ;