DBA Data[Home] [Help]

APPS.PAY_APM_BUS dependencies on HR_API

Line 51: hr_api.mandatory_arg_error

47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error
52: (p_api_name => l_proc
53: ,p_argument => 'process_module_id'
54: ,p_argument_value => p_process_module_id
55: );

Line 78: hr_api.set_security_group_id

74: close csr_sec_grp;
75: --
76: -- Set the security_group_id in CLIENT_INFO
77: --
78: hr_api.set_security_group_id
79: (p_security_group_id => l_security_group_id
80: );
81: --
82: -- Set the sessions legislation context in HR_SESSION_DATA

Line 84: hr_api.set_legislation_context(l_legislation_code);

80: );
81: --
82: -- Set the sessions legislation context in HR_SESSION_DATA
83: --
84: hr_api.set_legislation_context(l_legislation_code);
85: end if;
86: --
87: hr_utility.set_location(' Leaving:'|| l_proc, 20);
88: --

Line 124: hr_api.mandatory_arg_error

120: hr_utility.set_location('Entering:'|| l_proc, 10);
121: --
122: -- Ensure that all the mandatory parameter are not null
123: --
124: hr_api.mandatory_arg_error
125: (p_api_name => l_proc
126: ,p_argument => 'process_module_id'
127: ,p_argument_value => p_process_module_id
128: );

Line 130: if ( nvl(pay_apm_bus.g_process_module_id, hr_api.g_number)

126: ,p_argument => 'process_module_id'
127: ,p_argument_value => p_process_module_id
128: );
129: --
130: if ( nvl(pay_apm_bus.g_process_module_id, hr_api.g_number)
131: = p_process_module_id) then
132: --
133: -- The legislation code has already been found with a previous
134: -- call to this function. Just return the value in the global