DBA Data[Home] [Help]

APPS.RLM_EXTINTERFACE_SV dependencies on WSH_SHIPPING_CONSTRAINTS_PKG

Line 1076: x_changed_attributes IN WSH_SHIPPING_CONSTRAINTS_PKG.ChangedAttributeRecType,

1072: ===========================================================================*/
1073:
1074: PROCEDURE CheckShippingConstraints (
1075: x_source_code IN VARCHAR2,
1076: x_changed_attributes IN WSH_SHIPPING_CONSTRAINTS_PKG.ChangedAttributeRecType,
1077: x_return_status OUT NOCOPY VARCHAR2,
1078: x_action_allowed OUT NOCOPY VARCHAR2,
1079: x_action_message OUT NOCOPY VARCHAR2,
1080: x_ord_qty_allowed OUT NOCOPY NUMBER,

Line 1104: WSH_SHIPPING_CONSTRAINTS_PKG.check_shipping_constraints(

1100: rlm_core_sv.dlog(k_DEBUG,'x_header_id', x_header_id);
1101: rlm_core_sv.dlog(k_DEBUG,'x_order_header_id', x_order_header_id);
1102: END IF;
1103: --
1104: WSH_SHIPPING_CONSTRAINTS_PKG.check_shipping_constraints(
1105: p_source_code => x_source_code,
1106: p_changed_attributes => x_changed_attributes,
1107: x_return_status => x_return_status,
1108: x_action_allowed => x_action_allowed,