DBA Data[Home] [Help]

APPS.PAY_NO_ABSENCE_USER dependencies on PAY_NO_ABSENCE_USER

Line 1: PACKAGE BODY PAY_NO_ABSENCE_USER AS

1: PACKAGE BODY PAY_NO_ABSENCE_USER AS
2: /*$Header: pynoabsusr.pkb 120.1.12020000.2 2013/03/22 06:35:25 smeduri ship $*/
3: Function Element_populate(p_assignment_id in number,
4: p_person_id in number,
5: p_absence_attendance_id in number,

Line 189: END PAY_NO_ABSENCE_USER;

185: -- Return Y indicating to process the element for the input assignment id.
186: RETURN 'Y';
187: END Element_populate;
188:
189: END PAY_NO_ABSENCE_USER;