DBA Data[Home] [Help]

APPS.WMS_CATCH_WEIGHT_PVT dependencies on STANDARD

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

42: l_wms_org_flag BOOLEAN;
43: l_secondary_uom_code VARCHAR2(3);
44: l_result VARCHAR2(30);
45: BEGIN
46: -- Standard call to check for call compatibility.
47: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
48: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
49: fnd_msg_pub.ADD;
50: RAISE fnd_api.g_exc_unexpected_error;

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

169:
170: l_wms_org_flag BOOLEAN;
171: l_ont_pricing_qty_source VARCHAR(30);
172: BEGIN
173: -- Standard call to check for call compatibility.
174: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
175: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
176: fnd_msg_pub.ADD;
177: RAISE fnd_api.g_exc_unexpected_error;

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

263: l_default_ind VARCHAR(30);
264: l_uom_code VARCHAR(3);
265: l_secondary_uom VARCHAR(3);
266: BEGIN
267: -- Standard call to check for call compatibility.
268: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
269: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
270: fnd_msg_pub.ADD;
271: RAISE fnd_api.g_exc_unexpected_error;

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

426: l_return NUMBER := 0;
427: l_uom_code VARCHAR2(3) := p_uom_code;
428: l_converted_qty NUMBER;
429: BEGIN
430: -- Standard call to check for call compatibility.
431: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
432: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
433: fnd_msg_pub.ADD;
434: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

581:
582: BEGIN
583: SAVEPOINT UPDATE_SHIPPING_SECONDARY_QTY;
584:
585: -- Standard call to check for call compatibility.
586: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
587: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
588: fnd_msg_pub.ADD;
589: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

811:
812: BEGIN
813: SAVEPOINT UPDATE_PARENT_DELIVERY_SEC_QTY;
814:
815: -- Standard call to check for call compatibility.
816: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
817: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
818: fnd_msg_pub.ADD;
819: RAISE fnd_api.g_exc_unexpected_error;

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

1012: l_total_quantity NUMBER := 0;
1013: BEGIN
1014: SAVEPOINT UPDATE_LPN_SECONDARY_QUANTITY;
1015:
1016: -- Standard call to check for call compatibility.
1017: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1018: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
1019: fnd_msg_pub.ADD;
1020: RAISE fnd_api.g_exc_unexpected_error;

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

1295: l_sec_uom VARCHAR2(3);
1296: l_lot_control_code NUMBER;
1297: l_uom_conv_rate NUMBER;
1298: BEGIN
1299: -- Standard call to check for call compatibility.
1300: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1301: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
1302: fnd_msg_pub.ADD;
1303: RAISE fnd_api.g_exc_unexpected_error;

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

2474:
2475: BEGIN
2476:
2477:
2478: -- Standard call to check for call compatibility.
2479: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
2480: fnd_message.set_name('WMS', 'WMS_CONT_INCOMPATIBLE_API_CALL');
2481: fnd_msg_pub.ADD;
2482: RAISE fnd_api.g_exc_unexpected_error;