DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_SV7 dependencies on PO_LINE_LOCATIONS_SV1

Line 1176: X_valid := po_line_locations_sv1.val_shipment_type(X_shipment_type,

1172: IF (X_hd_type_lookup_code is not null) AND
1173: (X_shipment_type is not null) THEN
1174:
1175: X_progress := '380';
1176: X_valid := po_line_locations_sv1.val_shipment_type(X_shipment_type,
1177: X_hd_type_lookup_code);
1178: IF (X_valid = FALSE) THEN
1179: X_progress := '390';
1180: po_interface_errors_sv1.handle_interface_errors(

Line 1204: x_valid := po_line_locations_sv1.val_shipment_num(x_shipment_num,

1200: IF (x_shipment_num is not null) AND (x_po_header_id is not null) AND
1201: (x_po_line_id is not null) AND (x_shipment_type is not null) THEN
1202:
1203: X_progress := '410';
1204: x_valid := po_line_locations_sv1.val_shipment_num(x_shipment_num,
1205: x_shipment_type,
1206: x_po_header_id,
1207: x_po_line_id,
1208: null);