DBA Data[Home] [Help]

APPS.PQP_VEHICLE_REPOSITORY_SWI dependencies on PQP_VRE_BUS

Line 128: pqp_vre_bus.get_legislation_code(p_business_group_id);

124: Begin
125:
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;