DBA Data[Home] [Help]

APPS.HR_PAYMENTS dependencies on PAY_PSS_TRANSACTION_STEPS

Line 768: FROM pay_pss_transaction_steps

764: begin
765: SELECT personal_payment_method_id
766: ,effective_date
767: INTO ppm_id, eff_date
768: FROM pay_pss_transaction_steps
769: WHERE transaction_step_id = trans_step_id;
770: exception
771: --
772: when no_data_found then