DBA Data[Home] [Help]

APPS.PER_PL_CREATE_EMPLOYEE dependencies on PER_PER_BUS

Line 37: if per_per_bus.g_global_transfer_in_process IS NULL

33: -- mandatory parameters during the global deployment
34: -- process for an employee.
35:
36:
37: if per_per_bus.g_global_transfer_in_process IS NULL
38: OR per_per_bus.g_global_transfer_in_process = FALSE then
39:
40: -- Bug#11888146
41:

Line 38: OR per_per_bus.g_global_transfer_in_process = FALSE then

34: -- process for an employee.
35:
36:
37: if per_per_bus.g_global_transfer_in_process IS NULL
38: OR per_per_bus.g_global_transfer_in_process = FALSE then
39:
40: -- Bug#11888146
41:
42:

Line 74: --Mandatory argument Sex is checked for in per_per_bus.chk_sex_title.

70: p_argument => hr_general.decode_lookup('PL_FORM_LABELS','BIRTH'),
71: p_argument_value => p_date_of_birth
72: );
73:
74: --Mandatory argument Sex is checked for in per_per_bus.chk_sex_title.
75:
76: --Legal employer Mandatory for Employee.
77: hr_api.mandatory_arg_error
78: (p_api_name => l_proc,