DBA Data[Home] [Help]

APPS.GMS_POR_API2 dependencies on PA_PROJECTS_ALL

Line 52: from pa_projects_all b,

48: l_source_type_code po_requisition_lines_all.source_type_code%type;
49:
50: cursor C_spon_project is
51: select pt.sponsored_flag
52: from pa_projects_all b,
53: gms_project_types pt
54: where b.project_id = l_project_id
55: and b.project_type = pt.project_type
56: and pt.sponsored_flag = 'Y' ;