DBA Data[Home] [Help]

APPS.PQH_GSP_GRD_STEP_REMOVE dependencies on PQH_GSP_PRGRULES

Line 335: pqh_gsp_prgrules.delete_eligibility (

331:
332: hr_utility.set_location ( 'Eligibility Profiles Exists (Y/N) :' || l_exits, 50);
333: IF (l_exits = 'Y') THEN
334: FOR elp_recs IN csr_elp_cer_ids LOOP
335: pqh_gsp_prgrules.delete_eligibility (
336: p_copy_entity_txn_id => p_copy_entity_txn_id,
337: p_copy_entity_result_id => elp_recs.copy_entity_result_id
338: );
339: END LOOP;