DBA Data[Home] [Help]

APPS.CSI_WIP_TRXS_PKG dependencies on CSI_WIP_TRXS_PKG

Line 1: PACKAGE BODY csi_wip_trxs_pkg AS

1: PACKAGE BODY csi_wip_trxs_pkg AS
2: /* $Header: csipiwpb.pls 120.21.12010000.2 2008/10/09 08:30:45 rsinn ship $ */
3:
4: l_debug_level number := fnd_profile.value('csi_debug_level');
5:

Line 17: p_pkg_name IN varchar2 default 'csi_wip_trxs_pkg')

13: END debug;
14:
15: PROCEDURE api_log(
16: p_api_name IN varchar2,
17: p_pkg_name IN varchar2 default 'csi_wip_trxs_pkg')
18: IS
19: BEGIN
20: IF l_debug_level > 0 THEN
21: g_api_name := p_pkg_name||'.'||p_api_name;

Line 4280: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_component_issue';

4276: px_trx_error_rec IN OUT NOCOPY csi_datastructures_pub.transaction_error_rec,
4277: x_return_status OUT NOCOPY varchar2)
4278: IS
4279:
4280: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_component_issue';
4281: l_txn_ref txn_ref;
4282: l_mmt_tbl mmt_tbl;
4283:
4284: l_in_out_flag varchar2(30) := 'INT';

Line 4322: csi_wip_trxs_pkg.get_mmt_info(

4318:
4319: l_error_rec := px_trx_error_rec;
4320: l_csi_txn_rec := px_csi_txn_rec;
4321:
4322: csi_wip_trxs_pkg.get_mmt_info(
4323: p_transaction_id => p_mmt_rec.transaction_id,
4324: x_txn_ref => l_txn_ref,
4325: x_mmt_tbl => l_mmt_tbl,
4326: x_return_status => l_return_status);

Line 5578: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_component_return';

5574: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
5575: x_return_status OUT nocopy VARCHAR2)
5576: IS
5577:
5578: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_component_return';
5579: l_txn_ref txn_ref;
5580: l_mmt_tbl mmt_tbl;
5581:
5582: l_in_out_flag varchar2(30) := 'INT';

Line 5637: csi_wip_trxs_pkg.get_mmt_info(

5633: l_error_rec := px_trx_error_rec;
5634: l_error_rec.transaction_type_id := 72;
5635: l_error_rec.source_id := p_transaction_id;
5636:
5637: csi_wip_trxs_pkg.get_mmt_info(
5638: p_transaction_id => p_transaction_id,
5639: x_txn_ref => l_txn_ref,
5640: x_mmt_tbl => l_mmt_tbl,
5641: x_return_status => l_return_status);

Line 5920: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_Byproduct_completion';

5916: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
5917: x_return_status OUT nocopy varchar2)
5918: IS
5919:
5920: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_Byproduct_completion';
5921: l_txn_ref txn_ref;
5922: l_mmt_tbl mmt_tbl;
5923:
5924: l_in_out_flag varchar2(30) := 'IN';

Line 5982: csi_wip_trxs_pkg.get_mmt_info(

5978: l_error_rec := px_trx_error_rec;
5979: l_error_rec.transaction_type_id := 75;
5980: l_error_rec.source_id := p_transaction_id;
5981:
5982: csi_wip_trxs_pkg.get_mmt_info(
5983: p_transaction_id => p_transaction_id,
5984: x_txn_ref => l_txn_ref,
5985: x_mmt_tbl => l_mmt_tbl,
5986: x_return_status => l_return_status);

Line 6150: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_Assembly_completion';

6146: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
6147: x_return_status OUT nocopy varchar2)
6148: IS
6149:
6150: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_Assembly_completion';
6151: l_txn_ref txn_ref;
6152: l_mmt_tbl mmt_tbl;
6153:
6154: l_in_out_flag varchar2(30) := 'IN';

Line 6212: csi_wip_trxs_pkg.get_mmt_info(

6208: l_error_rec := px_trx_error_rec;
6209: l_error_rec.transaction_type_id := 73;
6210: l_error_rec.source_id := p_transaction_id;
6211:
6212: csi_wip_trxs_pkg.get_mmt_info(
6213: p_transaction_id => p_transaction_id,
6214: x_txn_ref => l_txn_ref,
6215: x_mmt_tbl => l_mmt_tbl,
6216: x_return_status => l_return_status);

Line 6949: END csi_wip_trxs_pkg;

6945: WHEN fnd_api.g_exc_error THEN
6946: x_return_status := fnd_api.g_ret_sts_error;
6947: END eam_rebuildable_return;
6948:
6949: END csi_wip_trxs_pkg;