DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on PAY_IN_ASG_ELEMENTS_V

Line 761: -- PAY_in_ASG_ELEMENTS_V to get the elements and --

757: -- Type : PROCEDURE --
758: -- Access : Private --
759: -- Description : This procedure archives the elements and --
760: -- run result values. It uses view --
761: -- PAY_in_ASG_ELEMENTS_V to get the elements and --
762: -- correspoding payments. --
763: -- --
764: -- Parameters : --
765: -- IN : p_assignment_action_id NUMBER --

Line 798: FROM pay_in_asg_elements_v

794: ,classification_name
795: ,amount
796: ,foreign_currency_code
797: ,exchange_rate
798: FROM pay_in_asg_elements_v
799: WHERE assignment_action_id = p_assignment_action_id;
800:
801:
802: --