DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on PO_LINE_TYPES

Line 614: FROM po_line_types

610: IF (X_line_type_id is NOT null) THEN
611:
612: SELECT receiving_flag
613: INTO X_receipt_required_flag_tmp
614: FROM po_line_types
615: WHERE line_type_id = X_line_type_id;
616:
617: -- bug 413511
618: -- If the flag is not null, take it; Otherwise bypass it