DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on PA_FIN_STRUCTURES_LINKS_V

Line 790: from pa_fin_structures_links_v

786: from pa_project_fundings
787: where agreement_id = p_agreement_id
788: and project_id not in
789: (select to_number(sub_project_id)
790: from pa_fin_structures_links_v
791: start with parent_project_id = x_project_id
792: connect by parent_project_id = prior sub_project_id
793: union all
794: select x_project_id