DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on PA_ALLOC_RULES_ALL

Line 934: from pa_alloc_rules_all para,

930: cursor c_offset is
931: select 1
932: from dual
933: where exists ( select null
934: from pa_alloc_rules_all para,
935: pa_alloc_runs par
936: where par.rule_id = para.rule_id
937: and para.offset_project_id = p_proj_id
938: /* and par.run_status <> 'RS' commented for bug#2446122 */