DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PER_PAY_TRANSACTIONS

Line 5650: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;

5646: THEN
5647: hr_transaction_ss.delete_transaction_step
5648: (p_transaction_step_id => ln_gsp_step_id
5649: ,p_login_person_id => p_login_person_id);
5650: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;
5651: end if;
5652: END IF;
5653: end if;
5654: close lc_sal_updateable_grade_ladder;

Line 5698: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;

5694: THEN
5695: hr_transaction_ss.delete_transaction_step
5696: (p_transaction_step_id => ln_gsp_step_id
5697: ,p_login_person_id => p_login_person_id);
5698: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;
5699: end if;
5700: END IF;
5701: -- End of GSP change code
5702: end if;