DBA Data[Home] [Help]

APPS.PAY_PTT_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_table_id'
49: ,p_argument_value => p_user_table_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 117: hr_api.mandatory_arg_error

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

Line 124: if (( nvl(pay_ptt_bus.g_user_table_id, hr_api.g_number)

120: ,p_argument_value => p_user_table_id
121: );
122: --
123: --
124: if (( nvl(pay_ptt_bus.g_user_table_id, hr_api.g_number)
125: = p_user_table_id)
126: and ( nvl(pay_ptt_bus.g_language, hr_api.g_varchar2)
127: = p_language)) then
128: --

Line 126: and ( nvl(pay_ptt_bus.g_language, hr_api.g_varchar2)

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