DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PER_PAY_TRANSACTIONS

Line 5844: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;

5840: THEN
5841: hr_transaction_ss.delete_transaction_step
5842: (p_transaction_step_id => ln_gsp_step_id
5843: ,p_login_person_id => p_login_person_id);
5844: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;
5845: end if;
5846: END IF;
5847: end if;
5848: close lc_sal_updateable_grade_ladder;

Line 5892: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;

5888: THEN
5889: hr_transaction_ss.delete_transaction_step
5890: (p_transaction_step_id => ln_gsp_step_id
5891: ,p_login_person_id => p_login_person_id);
5892: delete from per_pay_transactions where TRANSACTION_STEP_ID=ln_gsp_step_id;
5893: end if;
5894: END IF;
5895: -- End of GSP change code
5896: end if;