DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_STRUCTURES_LINKS_V

Line 11404: from pa_structures_links_v

11400: --bug 4546607
11401: CURSOR sub_projects ( c_project_id NUMBER, c_relationship_type VARCHAR2)
11402: IS
11403: SELECT *
11404: from pa_structures_links_v
11405: where parent_project_id= c_project_id
11406: and relationship_type = c_relationship_type
11407: ;
11408: --end bug 4546607