DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on PA_FIN_STRUCTURES_LINKS_V

Line 776: from pa_fin_structures_links_v

772: from pa_project_fundings
773: where agreement_id = p_agreement_id
774: and project_id not in
775: (select to_number(sub_project_id)
776: from pa_fin_structures_links_v
777: start with parent_project_id = x_project_id
778: connect by parent_project_id = prior sub_project_id
779: union all
780: select x_project_id