DBA Data[Home] [Help]

APPS.WMS_CATCH_WEIGHT_PVT dependencies on STANDARD

Line 54: -- Standard call to check for call compatibility.

50: l_wms_org_flag BOOLEAN;
51: l_secondary_uom_code VARCHAR2(3);
52: l_result VARCHAR2(30);
53: BEGIN
54: -- Standard call to check for call compatibility.
55: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
56: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
57: fnd_msg_pub.ADD;
58: RAISE fnd_api.g_exc_unexpected_error;

Line 181: -- Standard call to check for call compatibility.

177:
178: l_wms_org_flag BOOLEAN;
179: l_ont_pricing_qty_source VARCHAR(30);
180: BEGIN
181: -- Standard call to check for call compatibility.
182: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
183: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
184: fnd_msg_pub.ADD;
185: RAISE fnd_api.g_exc_unexpected_error;

Line 282: -- Standard call to check for call compatibility.

278: l_default_ind VARCHAR(30);
279: l_uom_code VARCHAR(3);
280: l_secondary_uom VARCHAR(3);
281: BEGIN
282: -- Standard call to check for call compatibility.
283: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
284: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
285: fnd_msg_pub.ADD;
286: RAISE fnd_api.g_exc_unexpected_error;

Line 445: -- Standard call to check for call compatibility.

441: l_return NUMBER := 0;
442: l_uom_code VARCHAR2(3) := p_uom_code;
443: l_converted_qty NUMBER;
444: BEGIN
445: -- Standard call to check for call compatibility.
446: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
447: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
448: fnd_msg_pub.ADD;
449: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 599: -- Standard call to check for call compatibility.

595:
596: BEGIN
597: SAVEPOINT UPDATE_SHIPPING_SECONDARY_QTY;
598:
599: -- Standard call to check for call compatibility.
600: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
601: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
602: fnd_msg_pub.ADD;
603: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 829: -- Standard call to check for call compatibility.

825:
826: BEGIN
827: SAVEPOINT UPDATE_PARENT_DELIVERY_SEC_QTY;
828:
829: -- Standard call to check for call compatibility.
830: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
831: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
832: fnd_msg_pub.ADD;
833: RAISE fnd_api.g_exc_unexpected_error;

Line 1620: -- Standard call to check for call compatibility.

1616:
1617: BEGIN
1618: SAVEPOINT update_lpn_primary_qty_sp;
1619:
1620: -- Standard call to check for call compatibility.
1621: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1622: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
1623: fnd_msg_pub.ADD;
1624: RAISE fnd_api.g_exc_unexpected_error;

Line 3347: -- Standard call to check for call compatibility.

3343: l_total_quantity NUMBER := 0;
3344: BEGIN
3345: SAVEPOINT UPDATE_LPN_SECONDARY_QUANTITY;
3346:
3347: -- Standard call to check for call compatibility.
3348: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
3349: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
3350: fnd_msg_pub.ADD;
3351: RAISE fnd_api.g_exc_unexpected_error;

Line 3630: -- Standard call to check for call compatibility.

3626: l_sec_uom VARCHAR2(3);
3627: l_lot_control_code NUMBER;
3628: l_uom_conv_rate NUMBER;
3629: BEGIN
3630: -- Standard call to check for call compatibility.
3631: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
3632: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
3633: fnd_msg_pub.ADD;
3634: RAISE fnd_api.g_exc_unexpected_error;

Line 4977: -- Standard call to check for call compatibility.

4973:
4974: BEGIN
4975:
4976:
4977: -- Standard call to check for call compatibility.
4978: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
4979: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
4980: fnd_msg_pub.ADD;
4981: RAISE fnd_api.g_exc_unexpected_error;