DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PUB dependencies on OKS_IBINT_PUB

Line 44: l_old_oks_cp_rec oks_ibint_pub.cp_rec_type;

40: l_msg_data VARCHAR2(2000);
41: l_msg_index NUMBER;
42: l_msg_count NUMBER;
43: l_transaction_type VARCHAR2(10);
44: l_old_oks_cp_rec oks_ibint_pub.cp_rec_type;
45: l_new_oks_cp_rec oks_ibint_pub.cp_rec_type;
46: l_contracts_status VARCHAR2(3);
47: l_account_id NUMBER;
48: l_internal_party_id NUMBER;

Line 45: l_new_oks_cp_rec oks_ibint_pub.cp_rec_type;

41: l_msg_index NUMBER;
42: l_msg_count NUMBER;
43: l_transaction_type VARCHAR2(10);
44: l_old_oks_cp_rec oks_ibint_pub.cp_rec_type;
45: l_new_oks_cp_rec oks_ibint_pub.cp_rec_type;
46: l_contracts_status VARCHAR2(3);
47: l_account_id NUMBER;
48: l_internal_party_id NUMBER;
49: l_party_id NUMBER;

Line 139: px_oks_txn_inst_tbl OKS_IBINT_PUB.TXN_INSTANCE_TBL;

135: l_instance_id_lst csi_datastructures_pub.id_tbl;
136: l_config_ins_rec csi_datastructures_pub.instance_rec;
137: l_config_tmp_rec csi_datastructures_pub.instance_rec;
138: --
139: px_oks_txn_inst_tbl OKS_IBINT_PUB.TXN_INSTANCE_TBL;
140: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
141: l_batch_id NUMBER;
142: l_batch_type VARCHAR2(50);
143: BEGIN

Line 998: OKS_IBINT_PUB.IB_interface

994: UPDATE CSI_TRANSACTIONS
995: set contracts_invoked = 'Y'
996: where transaction_id = p_txn_rec.transaction_id;
997: --
998: OKS_IBINT_PUB.IB_interface
999: (
1000: P_Api_Version => 1.0,
1001: P_init_msg_list => p_init_msg_list,
1002: P_single_txn_date_flag => 'Y',

Line 1018: csi_gen_utility_pvt.put_line( 'Error from OKS_IBINT_PUB.IB_interface..');

1014: WHILE l_msg_count > 0 LOOP
1015: x_msg_data := FND_MSG_PUB.GET
1016: ( l_msg_index,
1017: FND_API.G_FALSE );
1018: csi_gen_utility_pvt.put_line( 'Error from OKS_IBINT_PUB.IB_interface..');
1019: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
1020: l_msg_index := l_msg_index + 1;
1021: l_msg_count := l_msg_count - 1;
1022: END LOOP;

Line 1267: l_old_oks_cp_rec oks_ibint_pub.cp_rec_type;

1263: l_msg_index NUMBER;
1264: l_line_count NUMBER;
1265: l_flag VARCHAR2(1):='N';
1266: l_transaction_type VARCHAR2(10) := NULL;
1267: l_old_oks_cp_rec oks_ibint_pub.cp_rec_type;
1268: l_new_oks_cp_rec oks_ibint_pub.cp_rec_type;
1269: l_contracts_status VARCHAR2(3);
1270: l_account_id NUMBER;
1271: l_owner_party_id NUMBER;

Line 1268: l_new_oks_cp_rec oks_ibint_pub.cp_rec_type;

1264: l_line_count NUMBER;
1265: l_flag VARCHAR2(1):='N';
1266: l_transaction_type VARCHAR2(10) := NULL;
1267: l_old_oks_cp_rec oks_ibint_pub.cp_rec_type;
1268: l_new_oks_cp_rec oks_ibint_pub.cp_rec_type;
1269: l_contracts_status VARCHAR2(3);
1270: l_account_id NUMBER;
1271: l_owner_party_id NUMBER;
1272: l_transaction_date DATE ;

Line 1415: px_oks_txn_inst_tbl OKS_IBINT_PUB.TXN_INSTANCE_TBL;

1411: l_config_ins_rec csi_datastructures_pub.instance_rec;
1412: l_config_tmp_rec csi_datastructures_pub.instance_rec;
1413: l_lock_status NUMBER;
1414: --
1415: px_oks_txn_inst_tbl OKS_IBINT_PUB.TXN_INSTANCE_TBL;
1416: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
1417: l_batch_type VARCHAR2(50);
1418: l_batch_id NUMBER;
1419:

Line 3247: OKS_IBINT_PUB.IB_interface

3243: UPDATE CSI_TRANSACTIONS
3244: set contracts_invoked = 'Y'
3245: where transaction_id = p_txn_rec.transaction_id;
3246: --
3247: OKS_IBINT_PUB.IB_interface
3248: (
3249: P_Api_Version => 1.0,
3250: P_init_msg_list => p_init_msg_list,
3251: P_single_txn_date_flag => 'Y',

Line 3284: csi_gen_utility_pvt.put_line( 'Error from OKS_IBINT_PUB.IB_interface..');

3280: WHILE l_msg_count > 0 LOOP
3281: x_msg_data := FND_MSG_PUB.GET
3282: ( l_msg_index,
3283: FND_API.G_FALSE );
3284: csi_gen_utility_pvt.put_line( 'Error from OKS_IBINT_PUB.IB_interface..');
3285: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
3286: l_msg_index := l_msg_index + 1;
3287: l_msg_count := l_msg_count - 1;
3288: END LOOP;

Line 3571: px_oks_txn_inst_tbl OKS_IBINT_PUB.TXN_INSTANCE_TBL;

3567: l_ins_count_rec csi_item_instance_pvt.ins_count_rec;
3568: l_config_ins_rec csi_datastructures_pub.instance_rec;
3569: l_config_tmp_rec csi_datastructures_pub.instance_rec;
3570: --
3571: px_oks_txn_inst_tbl OKS_IBINT_PUB.TXN_INSTANCE_TBL;
3572: px_child_inst_tbl csi_item_instance_grp.child_inst_tbl;
3573: l_batch_type VARCHAR2(50);
3574: l_batch_id NUMBER;
3575: BEGIN

Line 3997: OKS_IBINT_PUB.IB_interface

3993: UPDATE CSI_TRANSACTIONS
3994: set contracts_invoked = 'Y'
3995: where transaction_id = p_txn_rec.transaction_id;
3996: --
3997: OKS_IBINT_PUB.IB_interface
3998: (
3999: P_Api_Version => 1.0,
4000: P_init_msg_list => p_init_msg_list,
4001: P_single_txn_date_flag => 'Y',

Line 4017: csi_gen_utility_pvt.put_line( 'Error from OKS_IBINT_PUB.IB_interface..');

4013: WHILE l_msg_count > 0 LOOP
4014: x_msg_data := FND_MSG_PUB.GET
4015: ( l_msg_index,
4016: FND_API.G_FALSE );
4017: csi_gen_utility_pvt.put_line( 'Error from OKS_IBINT_PUB.IB_interface..');
4018: csi_gen_utility_pvt.put_line('MESSAGE DATA = '||x_msg_data);
4019: l_msg_index := l_msg_index + 1;
4020: l_msg_count := l_msg_count - 1;
4021: END LOOP;

Line 6833: l_oks_txn_tbl oks_ibint_pub.txn_tbl_type;

6829: l_row_index NUMBER := 0;
6830: l_exists VARCHAR(1);
6831: l_msg_count NUMBER;
6832: l_msg_index NUMBER;
6833: l_oks_txn_tbl oks_ibint_pub.txn_tbl_type;
6834:
6835: BEGIN
6836: SAVEPOINT get_oks_txn_types;
6837:

Line 6926: OKS_IBINT_PUB.CHECK_CONTRACTS_IMPACTED(

6922: END LOOP;
6923: END IF;
6924:
6925: IF p_check_contracts_yn = 'Y' THEN
6926: OKS_IBINT_PUB.CHECK_CONTRACTS_IMPACTED(
6927: p_api_version => 1.0,
6928: P_instance_id => p_instance_rec.INSTANCE_ID,
6929: p_parent_instance_yn => x_configflag,
6930: p_transaction_date => px_txn_date,