DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on PA_ALLOC_RUN_SOURCES

Line 906: from pa_alloc_run_sources pars,

902: cursor c_source is
903: select 1
904: from dual
905: where exists ( select null
906: from pa_alloc_run_sources pars,
907: pa_alloc_runs par
908: where par.rule_id = pars.rule_id
909: and pars.project_id = p_proj_id
910: and par.run_id = pars.run_id