DBA Data[Home] [Help]

APPS.PQP_VEHICLE_REPOSITORY_SWI dependencies on HR_API

Line 130: hr_api.set_legislation_context(l_leg_code);

126: --Getting the legislationId for business groupId
127: l_leg_code :=
128: pqp_vre_bus.get_legislation_code(p_business_group_id);
129: --setting the lg context
130: hr_api.set_legislation_context(l_leg_code);
131: OPEN c_fiscal_uom;
132: FETCH c_fiscal_uom INTO l_lookup_code;
133: CLOSE c_fiscal_uom;
134: EXCEPTION

Line 152: hr_api.constant_to_boolean

148: --
149: -- Convert constant values to their corresponding boolean value
150: --
151: l_validate :=
152: hr_api.constant_to_boolean
153: (p_constant_value => p_validate);
154: --
155: -- Register Surrogate ID or user key values
156: --

Line 343: hr_api.constant_to_boolean

339: --
340: -- Convert constant values to their corresponding boolean value
341: --
342: l_validate :=
343: hr_api.constant_to_boolean
344: (p_constant_value => p_validate);
345: --
346: -- Register Surrogate ID or user key values
347: --

Line 532: hr_api.constant_to_boolean

528: --
529: -- Convert constant values to their corresponding boolean value
530: --
531: l_validate :=
532: hr_api.constant_to_boolean
533: (p_constant_value => p_validate);
534: --
535: -- Register Surrogate ID or user key values
536: --