DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV8 dependencies on PO_LINE_TYPES

Line 541: FROM po_line_types

537: IF (X_line_type_id is NOT null) THEN
538:
539: SELECT receiving_flag
540: INTO X_receipt_required_flag_tmp
541: FROM po_line_types
542: WHERE line_type_id = X_line_type_id;
543:
544: -- bug 413511
545: -- If the flag is not null, take it; Otherwise bypass it