DBA Data[Home] [Help]

APPS.PQH_RLA_BUS dependencies on HR_API

Line 52: hr_api.mandatory_arg_error

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

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: end if;
82: --

Line 123: hr_api.mandatory_arg_error

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

Line 129: if ( nvl(pqh_rla_bus.g_rule_attribute_id, hr_api.g_number)

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