DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on PAY_IN_ASG_ELEMENTS_V

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

827: -- Type : PROCEDURE --
828: -- Access : Private --
829: -- Description : This procedure archives the elements and --
830: -- run result values. It uses view --
831: -- PAY_in_ASG_ELEMENTS_V to get the elements and --
832: -- correspoding payments. --
833: -- --
834: -- Parameters : --
835: -- IN : p_assignment_action_id NUMBER --

Line 868: FROM pay_in_asg_elements_v

864: ,classification_name
865: ,amount
866: ,foreign_currency_code
867: ,exchange_rate
868: FROM pay_in_asg_elements_v
869: WHERE assignment_action_id = p_assignment_action_id;
870:
871:
872: --