DBA Data[Home] [Help]

APPS.CSM_REQUIREMENTS_PKG dependencies on CSM_MULTI_MOBQRY_PKG

Line 152: l_header_rec.SHIP_TO_LOCATION_ID:=CSM_MULTI_MOBQRY_PKG.get_hr_location(p_user_name,r_get_requirement_from_inq.TASK_ID,r_get_requirement_from_inq.SHIP_TO_LOCATION_ID);

148: l_header_rec.shipping_method_code :=r_get_requirement_from_inq.shipping_method_code;
149: l_header_rec.ADDRESS_TYPE := NVL(r_get_requirement_from_inq.ADDRESS_TYPE, CSP_PARTS_REQUIREMENT.G_ADDR_RESOURCE);
150:
151: IF NVL(r_get_requirement_from_inq.SHIP_TO_LOC_SRC,'HZ')='HZ' THEN
152: l_header_rec.SHIP_TO_LOCATION_ID:=CSM_MULTI_MOBQRY_PKG.get_hr_location(p_user_name,r_get_requirement_from_inq.TASK_ID,r_get_requirement_from_inq.SHIP_TO_LOCATION_ID);
153: ELSE
154: l_header_rec.SHIP_TO_LOCATION_ID := r_get_requirement_from_inq.SHIP_TO_LOCATION_ID;
155: END IF;
156: