DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on PA_ALLOC_RUN_TARGETS

Line 919: from pa_alloc_run_targets part,

915: cursor c_target is
916: select 1
917: from dual
918: where exists ( select null
919: from pa_alloc_run_targets part,
920: pa_alloc_runs par
921: where par.rule_id = part.rule_id
922: and part.project_id = p_proj_id
923: and par.run_id = part.run_id