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 1148: po_locations_s.validate_location_info(loc_record);

1144: IF (g_asn_debug = 'Y') THEN
1145: asn_debug.put_line('In Validate Location Code Procedure');
1146: END IF;
1147:
1148: po_locations_s.validate_location_info(loc_record);
1149:
1150: IF loc_record.error_record.error_status <> 'S' THEN
1151: IF loc_record.error_record.error_message = 'LOC_NOT_IN_ORG' THEN
1152: p_header_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;