DBA Data[Home] [Help]

APPS.PO_LINES_SV3 dependencies on PO_SHIPMENTS_SV8

Line 481: po_shipments_sv8.get_matching_controls(

477:
478: /* Bug 475621 ecso 4/23
479: * Get default value for invoice matching
480: */
481: po_shipments_sv8.get_matching_controls(
482: X_vendor_id,
483: X_line_type_id,
484: X_item_id,
485: X_receipt_required_flag_tmp,

Line 634: po_shipments_sv8.autocreate_ship(

630: IF X_item_id is NOT NULL and X_ship_org_id is not NULL THEN
631: l_outsourced_assembly := po_core_s.get_outsourced_assembly(X_item_id, X_ship_org_id);
632: END IF;
633: --
634: po_shipments_sv8.autocreate_ship(
635: X_line_location_id ,
636: X_last_update_date ,
637: X_last_updated_by ,
638: X_creation_date ,