DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on PO_LOCATIONS_S

Line 113: po_locations_s.derive_location_info(loc_record);

109: IF (g_asn_debug = 'Y') THEN
110: asn_debug.put_line('In Location Code Procedure');
111: END IF;
112:
113: po_locations_s.derive_location_info(loc_record);
114:
115: IF (g_asn_debug = 'Y') THEN
116: asn_debug.put_line(loc_record.location_code);
117: asn_debug.put_line(TO_CHAR(loc_record.location_id));

Line 1205: po_locations_s.validate_location_info(loc_record);

1201: IF (g_asn_debug = 'Y') THEN
1202: asn_debug.put_line('In Validate Location Code Procedure');
1203: END IF;
1204:
1205: po_locations_s.validate_location_info(loc_record);
1206:
1207: IF loc_record.error_record.error_status <> 'S' THEN
1208: IF loc_record.error_record.error_message = 'LOC_NOT_IN_ORG' THEN
1209: p_header_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;