DBA Data[Home] [Help]

APPS.PQH_CRL_BUS dependencies on HR_API

Line 50: hr_api.mandatory_arg_error

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

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 128: hr_api.mandatory_arg_error

124: hr_utility.set_location('Entering:'|| l_proc, 10);
125: --
126: -- Ensure that all the mandatory parameter are not null
127: --
128: hr_api.mandatory_arg_error
129: (p_api_name => l_proc
130: ,p_argument => 'criteria_rate_defn_id'
131: ,p_argument_value => p_criteria_rate_defn_id
132: );

Line 135: if (( nvl(pqh_crl_bus.g_criteria_rate_defn_id, hr_api.g_number)

131: ,p_argument_value => p_criteria_rate_defn_id
132: );
133: --
134: --
135: if (( nvl(pqh_crl_bus.g_criteria_rate_defn_id, hr_api.g_number)
136: = p_criteria_rate_defn_id)
137: and ( nvl(pqh_crl_bus.g_language, hr_api.g_varchar2)
138: = p_language)) then
139: --

Line 137: and ( nvl(pqh_crl_bus.g_language, hr_api.g_varchar2)

133: --
134: --
135: if (( nvl(pqh_crl_bus.g_criteria_rate_defn_id, hr_api.g_number)
136: = p_criteria_rate_defn_id)
137: and ( nvl(pqh_crl_bus.g_language, hr_api.g_varchar2)
138: = p_language)) then
139: --
140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global