DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT dependencies on STANDARD

Line 161: p_frequency - Standard Conditions PER field

157: DESCRIPTION
158: Validation to ensure that the normal working hours do not exceed
159: the maximum availble for the Frequency.
160: PARAMETERS
161: p_frequency - Standard Conditions PER field
162: - only D,W,M,Y are valid values
163: p_normal_hours - Standard Conditions WORKING HOURS field
164: */
165: PROCEDURE check_hours

Line 163: p_normal_hours - Standard Conditions WORKING HOURS field

159: the maximum availble for the Frequency.
160: PARAMETERS
161: p_frequency - Standard Conditions PER field
162: - only D,W,M,Y are valid values
163: p_normal_hours - Standard Conditions WORKING HOURS field
164: */
165: PROCEDURE check_hours
166: ( p_frequency IN VARCHAR2
167: , p_normal_hours IN NUMBER

Line 635: This procedure determines the Actual Termination Date, Last Standard

631: /*
632: NAME
633: call_terminate_entries
634: DESCRIPTION
635: This procedure determines the Actual Termination Date, Last Standard
636: Processing Date and Final Process Date in order to terminate element
637: entries and ALUs when an individual assignment is terminated or ended.
638:
639: There are several cases :-