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.36.12020000.15 2013/03/22 12:38:57 mvaradam 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 4415: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_component_issue';

4411: px_trx_error_rec IN OUT NOCOPY csi_datastructures_pub.transaction_error_rec,
4412: x_return_status OUT NOCOPY varchar2)
4413: IS
4414:
4415: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_component_issue';
4416: l_txn_ref txn_ref;
4417: l_mmt_tbl mmt_tbl;
4418:
4419: l_in_out_flag varchar2(30) := 'INT';

Line 4457: csi_wip_trxs_pkg.get_mmt_info(

4453:
4454: l_error_rec := px_trx_error_rec;
4455: l_csi_txn_rec := px_csi_txn_rec;
4456:
4457: csi_wip_trxs_pkg.get_mmt_info(
4458: p_transaction_id => p_mmt_rec.transaction_id,
4459: x_txn_ref => l_txn_ref,
4460: x_mmt_tbl => l_mmt_tbl,
4461: x_return_status => l_return_status);

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

5780: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
5781: x_return_status OUT nocopy VARCHAR2)
5782: IS
5783:
5784: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_component_return';
5785: l_txn_ref txn_ref;
5786: l_mmt_tbl mmt_tbl;
5787:
5788: l_in_out_flag varchar2(30) := 'INT';

Line 5843: csi_wip_trxs_pkg.get_mmt_info(

5839: l_error_rec := px_trx_error_rec;
5840: l_error_rec.transaction_type_id := 72;
5841: l_error_rec.source_id := p_transaction_id;
5842:
5843: csi_wip_trxs_pkg.get_mmt_info(
5844: p_transaction_id => p_transaction_id,
5845: x_txn_ref => l_txn_ref,
5846: x_mmt_tbl => l_mmt_tbl,
5847: x_return_status => l_return_status);

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

6122: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
6123: x_return_status OUT nocopy varchar2)
6124: IS
6125:
6126: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_Byproduct_completion';
6127: l_txn_ref txn_ref;
6128: l_mmt_tbl mmt_tbl;
6129:
6130: l_in_out_flag varchar2(30) := 'IN';

Line 6188: csi_wip_trxs_pkg.get_mmt_info(

6184: l_error_rec := px_trx_error_rec;
6185: l_error_rec.transaction_type_id := 75;
6186: l_error_rec.source_id := p_transaction_id;
6187:
6188: csi_wip_trxs_pkg.get_mmt_info(
6189: p_transaction_id => p_transaction_id,
6190: x_txn_ref => l_txn_ref,
6191: x_mmt_tbl => l_mmt_tbl,
6192: x_return_status => l_return_status);

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

6352: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
6353: x_return_status OUT nocopy varchar2)
6354: IS
6355:
6356: l_api_name varchar2(100):= 'csi_wip_trxs_pkg.wip_Assembly_completion';
6357: l_txn_ref txn_ref;
6358: l_mmt_tbl mmt_tbl;
6359:
6360: l_in_out_flag varchar2(30) := 'IN';

Line 6418: csi_wip_trxs_pkg.get_mmt_info(

6414: l_error_rec := px_trx_error_rec;
6415: l_error_rec.transaction_type_id := 73;
6416: l_error_rec.source_id := p_transaction_id;
6417:
6418: csi_wip_trxs_pkg.get_mmt_info(
6419: p_transaction_id => p_transaction_id,
6420: x_txn_ref => l_txn_ref,
6421: x_mmt_tbl => l_mmt_tbl,
6422: x_return_status => l_return_status);

Line 7155: END csi_wip_trxs_pkg;

7151: WHEN fnd_api.g_exc_error THEN
7152: x_return_status := fnd_api.g_ret_sts_error;
7153: END eam_rebuildable_return;
7154:
7155: END csi_wip_trxs_pkg;