DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_STRUCTURES_LINKS_V

Line 11032: from pa_structures_links_v

11028: --bug 4546607
11029: CURSOR sub_projects ( c_project_id NUMBER, c_relationship_type VARCHAR2)
11030: IS
11031: SELECT *
11032: from pa_structures_links_v
11033: where parent_project_id= c_project_id
11034: and relationship_type = c_relationship_type
11035: ;
11036: --end bug 4546607