DBA Data[Home] [Help]

APPS.RLM_EXTINTERFACE_SV dependencies on WSH_SHIPPING_CONSTRAINTS_PKG

Line 1248: x_changed_attributes IN WSH_SHIPPING_CONSTRAINTS_PKG.ChangedAttributeRecType,

1244: ===========================================================================*/
1245:
1246: PROCEDURE CheckShippingConstraints (
1247: x_source_code IN VARCHAR2,
1248: x_changed_attributes IN WSH_SHIPPING_CONSTRAINTS_PKG.ChangedAttributeRecType,
1249: x_return_status OUT NOCOPY VARCHAR2,
1250: x_action_allowed OUT NOCOPY VARCHAR2,
1251: x_action_message OUT NOCOPY VARCHAR2,
1252: x_ord_qty_allowed OUT NOCOPY NUMBER,

Line 1276: WSH_SHIPPING_CONSTRAINTS_PKG.check_shipping_constraints(

1272: rlm_core_sv.dlog(k_DEBUG,'x_header_id', x_header_id);
1273: rlm_core_sv.dlog(k_DEBUG,'x_order_header_id', x_order_header_id);
1274: END IF;
1275: --
1276: WSH_SHIPPING_CONSTRAINTS_PKG.check_shipping_constraints(
1277: p_source_code => x_source_code,
1278: p_changed_attributes => x_changed_attributes,
1279: x_return_status => x_return_status,
1280: x_action_allowed => x_action_allowed,