DBA Data[Home] [Help]

APPS.RCV_HEADERS_INTERFACE_SV dependencies on PO_LOCATIONS_S

Line 168: po_locations_s.derive_location_info(loc_record);

164: IF (g_asn_debug = 'Y') THEN
165: asn_debug.put_line('In Location Code Procedure');
166: END IF;
167:
168: po_locations_s.derive_location_info(loc_record);
169:
170: IF (g_asn_debug = 'Y') THEN
171: asn_debug.put_line(loc_record.location_code);
172: asn_debug.put_line(TO_CHAR(loc_record.location_id));

Line 1046: po_locations_s.validate_location_info(loc_record);

1042: IF (g_asn_debug = 'Y') THEN
1043: asn_debug.put_line('In Validate Location Code Procedure');
1044: END IF;
1045:
1046: po_locations_s.validate_location_info(loc_record);
1047:
1048: IF loc_record.error_record.error_message IN('LOC_ID', 'LOC_DISABLED') THEN
1049: rcv_error_pkg.set_error_message('PO_PDOI_INVALID_SHIP_TO_LOC_ID', loc_record.error_record.error_message);
1050: rcv_error_pkg.set_token('VALUE', loc_record.location_id);

Line 1253: po_locations_s.validate_tax_info(tax_record);

1249: IF p_header_record.header_record.tax_name IS NOT NULL THEN
1250: tax_record.tax_name := p_header_record.header_record.tax_name;
1251: tax_record.tax_amount := p_header_record.header_record.tax_amount;
1252: tax_record.error_record := p_header_record.error_record;
1253: po_locations_s.validate_tax_info(tax_record);
1254:
1255: IF tax_record.error_record.error_message IN('TAX_CODE_INVALID', 'TAX_CODE_DISABLED') THEN
1256: rcv_error_pkg.set_error_message('PO_PDOI_INVALID_TAX_NAME', tax_record.error_record.error_message);
1257: rcv_error_pkg.set_token('VALUE', tax_record.tax_name);