DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_SV dependencies on PO_LOCATIONS_S

Line 535: location_is_valid := po_locations_s.val_location (

531: ELSE
532: /*
533: ** Make sure that the location is still valid
534: */
535: location_is_valid := po_locations_s.val_location (
536: X_deliver_to_location_id,
537: X_destination_type_code,
538: X_to_organization_id);
539:

Line 649: X_valid_ship_to_location := po_locations_s.val_receipt_site_in_org (

645: ** Make sure that the ship to location is still valid
646: */
647: IF (X_ship_to_location_id IS NOT NULL) THEN
648:
649: X_valid_ship_to_location := po_locations_s.val_receipt_site_in_org (
650: X_ship_to_location_id,
651: X_to_organization_id);
652:
653: END IF;

Line 662: X_return_val := po_locations_s.val_location (

658: ** Make sure that the deliver to location is still valid
659: */
660: IF (X_deliver_to_location_id IS NOT NULL) THEN
661:
662: X_return_val := po_locations_s.val_location (
663: X_deliver_to_location_id,
664: 'RECEIVING',
665: X_to_organization_id);
666: