DBA Data[Home] [Help]

APPS.PAY_URT_BUS dependencies on HR_API

Line 46: hr_api.mandatory_arg_error

42: hr_utility.set_location('Entering:'|| l_proc, 10);
43: --
44: -- Ensure that all the mandatory parameter are not null
45: --
46: hr_api.mandatory_arg_error
47: (p_api_name => l_proc
48: ,p_argument => 'user_row_id'
49: ,p_argument_value => p_user_row_id
50: );

Line 74: hr_api.set_security_group_id

70: close csr_sec_grp;
71: --
72: -- Set the security_group_id in CLIENT_INFO
73: --
74: hr_api.set_security_group_id
75: (p_security_group_id => l_security_group_id
76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA

Line 80: hr_api.set_legislation_context(l_legislation_code);

76: );
77: --
78: -- Set the sessions legislation context in HR_SESSION_DATA
79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'user_row_id'
119: ,p_argument_value => p_user_row_id
120: );

Line 123: if (( nvl(pay_urt_bus.g_user_row_id, hr_api.g_number)

119: ,p_argument_value => p_user_row_id
120: );
121: --
122: --
123: if (( nvl(pay_urt_bus.g_user_row_id, hr_api.g_number)
124: = p_user_row_id)
125: and ( nvl(pay_urt_bus.g_language, hr_api.g_varchar2)
126: = p_language)) then
127: --

Line 125: and ( nvl(pay_urt_bus.g_language, hr_api.g_varchar2)

121: --
122: --
123: if (( nvl(pay_urt_bus.g_user_row_id, hr_api.g_number)
124: = p_user_row_id)
125: and ( nvl(pay_urt_bus.g_language, hr_api.g_varchar2)
126: = p_language)) then
127: --
128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global