DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_SV7 dependencies on PO_SHIPMENTS_SV8

Line 583: po_shipments_sv8.validate_effective_dates(

579: null;
580: END;
581:
582: /* Pricebreak effective dates validations */
583: po_shipments_sv8.validate_effective_dates(
584: l_header_start_date,
585: l_header_end_date,
586: x_start_date,
587: x_end_date,

Line 608: po_shipments_sv8.validate_pricebreak_attributes(

604: x_header_processable_flag);
605: end if;
606:
607: /* Pricebreak attributes validations */
608: po_shipments_sv8.validate_pricebreak_attributes(
609: x_start_date,
610: x_end_date,
611: x_quantity,
612: x_ship_to_organization_id,