DBA Data[Home] [Help]

APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_ORDER_SHIP_PUB

Line 1: PACKAGE BODY csi_order_ship_pub AS

1: PACKAGE BODY csi_order_ship_pub AS
2: /* $Header: csipiosb.pls 120.47.12020000.3 2012/11/09 10:04:00 mvaradam ship $ */
3:
4:
5: PROCEDURE debug(

Line 19: g_api_name := 'csi_order_ship_pub.'||p_api_name;

15: p_api_name IN varchar2)
16: IS
17: BEGIN
18:
19: g_api_name := 'csi_order_ship_pub.'||p_api_name;
20:
21: csi_t_gen_utility_pvt.dump_api_info(
22: p_api_name => p_api_name,
23: p_pkg_name => 'csi_order_ship_pub');

Line 23: p_pkg_name => 'csi_order_ship_pub');

19: g_api_name := 'csi_order_ship_pub.'||p_api_name;
20:
21: csi_t_gen_utility_pvt.dump_api_info(
22: p_api_name => p_api_name,
23: p_pkg_name => 'csi_order_ship_pub');
24:
25: END api_log;
26:
27: PROCEDURE process_ato_options(

Line 543: l_item_control_rec csi_order_ship_pub.item_control_rec;

539: x_trx_sub_type_rec txn_sub_type_rec;
540: x_txn_ii_rltns_tbl csi_t_datastructures_grp.txn_ii_rltns_tbl;
541: x_model_inst_tbl model_inst_tbl;
542:
543: l_item_control_rec csi_order_ship_pub.item_control_rec;
544: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
545: l_msg_count number;
546: l_msg_data varchar2(2000);
547: l_temp_txn_ii_rltns_tbl csi_t_datastructures_grp.txn_ii_rltns_tbl;

Line 1374: debug('end: csi_order_ship_pub.order_shipment. status: successful');

1370: IF NOT(x_return_status = fnd_api.g_ret_sts_success) THEN
1371: raise fnd_api.g_exc_error;
1372: END IF;
1373:
1374: debug('end: csi_order_ship_pub.order_shipment. status: successful');
1375: debug(' timestamp : '||to_char(sysdate, 'MM/DD/YY HH24:MI:SS'));
1376:
1377: EXCEPTION
1378: WHEN fnd_api.g_exc_error THEN

Line 7371: DEBUG('Error in csi_order_ship_pub.update_install_base, call to csi_process_txn_pvt.check_and_break_relation');

7367: p_csi_txn_rec => l_trx_rec,
7368: x_return_status => l_return_status);
7369:
7370: IF l_return_status <> fnd_api.g_ret_sts_success THEN
7371: DEBUG('Error in csi_order_ship_pub.update_install_base, call to csi_process_txn_pvt.check_and_break_relation');
7372: RAISE fnd_api.g_exc_error;
7373: END IF;
7374: END LOOP;
7375: -- End fix for FP of bug 5655955 (Bug 13503707)

Line 8680: l_api_name varchar2(100) := 'csi_order_ship_pub.decode_message';

8676: x_error_message OUT NOCOPY varchar2,
8677: x_mtl_trx_rec OUT NOCOPY MTL_TXN_REC)
8678: IS
8679:
8680: l_api_name varchar2(100) := 'csi_order_ship_pub.decode_message';
8681: l_fnd_unexpected varchar2(1) := fnd_api.g_ret_sts_unexp_error;
8682: l_mtl_txn_id number;
8683: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
8684:

Line 9001: END csi_order_ship_pub ;

8997: px_trx_error_rec := l_error_rec;
8998: debug('Error(O) :'||l_error_rec.error_text);
8999: END oke_shipment;
9000:
9001: END csi_order_ship_pub ;