DBA Data[Home] [Help]

APPS.CSI_PARTY_RELATIONSHIPS_PVT dependencies on CSI_GEN_UTILITY_PVT

Line 1480: csi_gen_utility_pvt.put_line( 'create_inst_party_relationship');

1476: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
1477:
1478: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
1479: IF (l_csi_debug_level > 0) THEN
1480: csi_gen_utility_pvt.put_line( 'create_inst_party_relationship');
1481: END IF;
1482:
1483: -- If the debug level = 2 then dump all the parameters values.
1484: IF (l_csi_debug_level> 1) THEN

Line 1485: csi_gen_utility_pvt.put_line( 'create_inst_party_relationship'||

1481: END IF;
1482:
1483: -- If the debug level = 2 then dump all the parameters values.
1484: IF (l_csi_debug_level> 1) THEN
1485: csi_gen_utility_pvt.put_line( 'create_inst_party_relationship'||
1486: p_api_version ||'-'||
1487: p_commit ||'-'||
1488: p_init_msg_list );
1489: -- Dump the records in the log file

Line 1490: csi_gen_utility_pvt.dump_party_rec(p_party_rec);

1486: p_api_version ||'-'||
1487: p_commit ||'-'||
1488: p_init_msg_list );
1489: -- Dump the records in the log file
1490: csi_gen_utility_pvt.dump_party_rec(p_party_rec);
1491: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
1492:
1493: END IF;
1494:

Line 1491: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

1487: p_commit ||'-'||
1488: p_init_msg_list );
1489: -- Dump the records in the log file
1490: csi_gen_utility_pvt.dump_party_rec(p_party_rec);
1491: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
1492:
1493: END IF;
1494:
1495:

Line 1606: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

1602: WHILE l_msg_count > 0 LOOP
1603: x_msg_data := FND_MSG_PUB.GET(
1604: l_msg_index,
1605: FND_API.G_FALSE );
1606: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
1607: l_msg_index := l_msg_index + 1;
1608: l_msg_count := l_msg_count - 1;
1609: END LOOP;
1610: RAISE FND_API.G_EXC_ERROR;

Line 2116: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);

2112: WHILE l_msg_count > 0 LOOP
2113: x_msg_data := FND_MSG_PUB.GET(
2114: l_msg_index,
2115: FND_API.G_FALSE );
2116: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
2117: l_msg_index := l_msg_index + 1;
2118: l_msg_count := l_msg_count - 1;
2119: END LOOP;
2120: RAISE FND_API.G_EXC_ERROR;

Line 2586: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship ');

2582: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2583:
2584: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2585: IF (l_csi_debug_level > 0) THEN
2586: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship ');
2587: END IF;
2588:
2589: -- If the debug level = 2 then dump all the parameters values.
2590: IF (l_csi_debug_level> 1) THEN

Line 2591: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship:' ||

2587: END IF;
2588:
2589: -- If the debug level = 2 then dump all the parameters values.
2590: IF (l_csi_debug_level> 1) THEN
2591: csi_gen_utility_pvt.put_line( 'update_inst_party_relationship:' ||
2592: p_api_version ||'-'||
2593: p_commit ||'-'||
2594: p_init_msg_list );
2595: -- Dump the records in the log file

Line 2596: csi_gen_utility_pvt.dump_party_rec(p_party_rec);

2592: p_api_version ||'-'||
2593: p_commit ||'-'||
2594: p_init_msg_list );
2595: -- Dump the records in the log file
2596: csi_gen_utility_pvt.dump_party_rec(p_party_rec);
2597: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2598: END IF;
2599: -- Start API body
2600: --

Line 2597: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

2593: p_commit ||'-'||
2594: p_init_msg_list );
2595: -- Dump the records in the log file
2596: csi_gen_utility_pvt.dump_party_rec(p_party_rec);
2597: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2598: END IF;
2599: -- Start API body
2600: --
2601: -- Check if all the required parameters are passed

Line 2661: csi_gen_utility_pvt.put_line('Passed instance_party_id : '||p_party_rec.instance_party_id||' is not found.');

2657: FROM csi_i_parties
2658: WHERE instance_party_id=p_party_rec.instance_party_id;
2659: EXCEPTION
2660: WHEN NO_DATA_FOUND THEN
2661: csi_gen_utility_pvt.put_line('Passed instance_party_id : '||p_party_rec.instance_party_id||' is not found.');
2662: RAISE FND_API.G_EXC_ERROR;
2663: END;
2664: END IF;
2665: -- check if the object_version_number passed matches with the one

Line 2900: csi_gen_utility_pvt.populate_install_param_rec;

2896: END IF;
2897: END IF;
2898: -- Grab the internal party id from csi_installed paramters
2899: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
2900: csi_gen_utility_pvt.populate_install_param_rec;
2901: END IF;
2902: --
2903: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;
2904: --

Line 2937: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);

2933: WHILE l_msg_count > 0 LOOP
2934: x_msg_data := FND_MSG_PUB.GET(
2935: l_msg_index,
2936: FND_API.G_FALSE );
2937: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
2938: l_msg_index := l_msg_index + 1;
2939: l_msg_count := l_msg_count - 1;
2940: END LOOP;
2941: RAISE FND_API.G_EXC_ERROR;

Line 3018: csi_gen_utility_pvt.put_line('Too many rows exist in csi_i_parties with the same party rel combination.');

3014: NULL;
3015: END;
3016: EXCEPTION
3017: WHEN TOO_MANY_ROWS THEN
3018: csi_gen_utility_pvt.put_line('Too many rows exist in csi_i_parties with the same party rel combination.');
3019: FND_MESSAGE.SET_NAME('CSI','CSI_API_INVALID_PARTY_REL_COMB');
3020: FND_MESSAGE.SET_TOKEN('PARTY_REL_COMB',to_char(l_alt_pk_instance_id) ||','||l_alt_pk_pty_source_tab||','||to_char(l_alt_pk_party_id)||','||l_alt_pk_rel_type_code||','||to_char(p_party_rec.contact_ip_id));
3021: FND_MSG_PUB.Add;
3022: RAISE FND_API.G_EXC_ERROR;

Line 3142: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);

3138: WHILE l_msg_count > 0 LOOP
3139: x_msg_data := FND_MSG_PUB.GET(
3140: l_msg_index,
3141: FND_API.G_FALSE );
3142: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
3143: l_msg_index := l_msg_index + 1;
3144: l_msg_count := l_msg_count - 1;
3145: END LOOP;
3146: RAISE FND_API.G_EXC_ERROR;

Line 3151: csi_gen_utility_pvt.populate_install_param_rec;

3147: END IF;
3148:
3149: -- Get the full_dump_frequency from csi_install_parameter
3150: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
3151: csi_gen_utility_pvt.populate_install_param_rec;
3152: END IF;
3153: --
3154: l_full_dump_frequency := csi_datastructures_pub.g_install_param_rec.history_full_dump_frequency;
3155: --

Line 4353: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship');

4349: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
4350:
4351: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
4352: IF (l_csi_debug_level > 0) THEN
4353: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship');
4354: END IF;
4355:
4356: -- If the debug level = 2 then dump all the parameters values.
4357: IF (l_csi_debug_level > 1) THEN

Line 4358: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship:'||

4354: END IF;
4355:
4356: -- If the debug level = 2 then dump all the parameters values.
4357: IF (l_csi_debug_level > 1) THEN
4358: csi_gen_utility_pvt.put_line( 'expire_inst_party_relationship:'||
4359: p_api_version ||'-'||
4360: p_commit ||'-'||
4361: p_init_msg_list );
4362:

Line 4364: csi_gen_utility_pvt.dump_party_rec(p_instance_party_rec );

4360: p_commit ||'-'||
4361: p_init_msg_list );
4362:
4363: -- Dump the records in the log file
4364: csi_gen_utility_pvt.dump_party_rec(p_instance_party_rec );
4365: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
4366: END IF;
4367: -- Start API body
4368: --

Line 4365: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

4361: p_init_msg_list );
4362:
4363: -- Dump the records in the log file
4364: csi_gen_utility_pvt.dump_party_rec(p_instance_party_rec );
4365: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
4366: END IF;
4367: -- Start API body
4368: --
4369: -- Check if all the required parameters are passed

Line 4457: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

4453: WHILE l_msg_count > 0 LOOP
4454: x_msg_data := FND_MSG_PUB.GET(
4455: l_msg_index,
4456: FND_API.G_FALSE );
4457: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
4458: l_msg_index := l_msg_index + 1;
4459: l_msg_count := l_msg_count - 1;
4460: END LOOP;
4461: RAISE FND_API.G_EXC_ERROR;

Line 4578: csi_gen_utility_pvt.put_line( 'create_inst_party_account');

4574: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
4575:
4576: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
4577: IF (l_csi_debug_level > 0) THEN
4578: csi_gen_utility_pvt.put_line( 'create_inst_party_account');
4579: END IF;
4580:
4581: -- If the debug level = 2 then dump all the parameters values.
4582: IF (l_csi_debug_level > 1) THEN

Line 4583: csi_gen_utility_pvt.put_line( 'create_inst_party_account:'||

4579: END IF;
4580:
4581: -- If the debug level = 2 then dump all the parameters values.
4582: IF (l_csi_debug_level > 1) THEN
4583: csi_gen_utility_pvt.put_line( 'create_inst_party_account:'||
4584: p_api_version ||'-'||
4585: p_commit ||'-'||
4586: p_init_msg_list );
4587: -- Dump the records in the log file

Line 4588: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);

4584: p_api_version ||'-'||
4585: p_commit ||'-'||
4586: p_init_msg_list );
4587: -- Dump the records in the log file
4588: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);
4589: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
4590: END IF;
4591: -- Start API body
4592: --

Line 4589: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

4585: p_commit ||'-'||
4586: p_init_msg_list );
4587: -- Dump the records in the log file
4588: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);
4589: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
4590: END IF;
4591: -- Start API body
4592: --
4593: -- Check if all the required parameters are passed

Line 4698: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

4694: WHILE l_msg_count > 0 LOOP
4695: x_msg_data := FND_MSG_PUB.GET(
4696: l_msg_index,
4697: FND_API.G_FALSE );
4698: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
4699: l_msg_index := l_msg_index + 1;
4700: l_msg_count := l_msg_count - 1;
4701: END LOOP;
4702: RAISE FND_API.G_EXC_ERROR;

Line 4769: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

4765: WHILE l_msg_count > 0 LOOP
4766: x_msg_data := FND_MSG_PUB.GET(
4767: l_msg_index,
4768: FND_API.G_FALSE );
4769: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
4770: l_msg_index := l_msg_index + 1;
4771: l_msg_count := l_msg_count - 1;
4772: END LOOP;
4773: RAISE FND_API.G_EXC_ERROR;

Line 5092: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);

5088: WHILE l_msg_count > 0 LOOP
5089: x_msg_data := FND_MSG_PUB.GET(
5090: l_msg_index,
5091: FND_API.G_FALSE );
5092: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
5093: l_msg_index := l_msg_index + 1;
5094: l_msg_count := l_msg_count - 1;
5095: END LOOP;
5096: RAISE FND_API.G_EXC_ERROR;

Line 5214: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

5210: WHILE l_msg_count > 0 LOOP
5211: x_msg_data := FND_MSG_PUB.GET(
5212: l_msg_index,
5213: FND_API.G_FALSE );
5214: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
5215: l_msg_index := l_msg_index + 1;
5216: l_msg_count := l_msg_count - 1;
5217: END LOOP;
5218: RAISE FND_API.G_EXC_ERROR;

Line 5451: csi_gen_utility_pvt.put_line( 'update_inst_party_account');

5447: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
5448:
5449: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
5450: IF (l_csi_debug_level > 0) THEN
5451: csi_gen_utility_pvt.put_line( 'update_inst_party_account');
5452: END IF;
5453:
5454: -- If the debug level = 2 then dump all the parameters values.
5455: IF (l_csi_debug_level > 1) THEN

Line 5456: csi_gen_utility_pvt.put_line( 'update_inst_party_account '||'-'||

5452: END IF;
5453:
5454: -- If the debug level = 2 then dump all the parameters values.
5455: IF (l_csi_debug_level > 1) THEN
5456: csi_gen_utility_pvt.put_line( 'update_inst_party_account '||'-'||
5457: p_api_version ||'-'||
5458: p_commit ||'-'||
5459: p_init_msg_list );
5460: -- Dump the records in the log file

Line 5461: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);

5457: p_api_version ||'-'||
5458: p_commit ||'-'||
5459: p_init_msg_list );
5460: -- Dump the records in the log file
5461: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);
5462: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
5463: END IF;
5464:
5465: -- Start API body

Line 5462: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

5458: p_commit ||'-'||
5459: p_init_msg_list );
5460: -- Dump the records in the log file
5461: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);
5462: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
5463: END IF;
5464:
5465: -- Start API body
5466: --

Line 5598: csi_gen_utility_pvt.populate_install_param_rec;

5594: IF ((l_curr_party_acct_rec.relationship_type_code = 'OWNER')
5595: AND (l_party_relation = 'OWNER')) THEN
5596: -- Added by sguthiva for bug 2307804
5597: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
5598: csi_gen_utility_pvt.populate_install_param_rec;
5599: END IF;
5600: --
5601: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;
5602: --

Line 5908: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);

5904: FND_MSG_PUB.Get(p_msg_index => i,
5905: p_encoded => 'F',
5906: p_data => x_msg_data,
5907: p_msg_index_out => x_msg_index_out );
5908: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
5909: End LOOP;
5910: RAISE FND_API.G_EXC_ERROR;
5911: END IF;
5912:

Line 5920: csi_gen_utility_pvt.populate_install_param_rec;

5916: l_ip_account_history_id := CSI_Instance_parties_vld_pvt.gen_ip_account_hist_id;
5917:
5918: -- Get the full_dump_frequency from csi_install_parameter
5919: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
5920: csi_gen_utility_pvt.populate_install_param_rec;
5921: END IF;
5922: --
5923: l_full_dump_frequency := csi_datastructures_pub.g_install_param_rec.history_full_dump_frequency;
5924: --

Line 6877: csi_gen_utility_pvt.populate_install_param_rec;

6873: l_last_vld_org := p_party_account_rec.vld_organization_id;
6874: END IF;
6875: --
6876: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
6877: csi_gen_utility_pvt.populate_install_param_rec;
6878: END IF;
6879: --
6880: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;
6881: --

Line 6953: csi_gen_utility_pvt.put_line('Since the transaction is a cascade ownership call ');

6949: THEN
6950: IF l_transaction_type = 'TRF' THEN
6951: -- Added the following code for bug 2972082
6952: IF nvl(p_party_account_rec.cascade_ownership_flag,'N')='Y' THEN
6953: csi_gen_utility_pvt.put_line('Since the transaction is a cascade ownership call ');
6954: csi_gen_utility_pvt.put_line('(external to external ownership, component owner is different from parent),');
6955: csi_gen_utility_pvt.put_line('Hence call contracts with TRM and NEW transaction types. ');
6956: csi_gen_utility_pvt.put_line( 'Calling contracts with TRM transaction type for instance '||l_party_rec.instance_id);
6957: csi_item_instance_pvt.Call_to_Contracts(

Line 6954: csi_gen_utility_pvt.put_line('(external to external ownership, component owner is different from parent),');

6950: IF l_transaction_type = 'TRF' THEN
6951: -- Added the following code for bug 2972082
6952: IF nvl(p_party_account_rec.cascade_ownership_flag,'N')='Y' THEN
6953: csi_gen_utility_pvt.put_line('Since the transaction is a cascade ownership call ');
6954: csi_gen_utility_pvt.put_line('(external to external ownership, component owner is different from parent),');
6955: csi_gen_utility_pvt.put_line('Hence call contracts with TRM and NEW transaction types. ');
6956: csi_gen_utility_pvt.put_line( 'Calling contracts with TRM transaction type for instance '||l_party_rec.instance_id);
6957: csi_item_instance_pvt.Call_to_Contracts(
6958: p_transaction_type => 'TRM'

Line 6955: csi_gen_utility_pvt.put_line('Hence call contracts with TRM and NEW transaction types. ');

6951: -- Added the following code for bug 2972082
6952: IF nvl(p_party_account_rec.cascade_ownership_flag,'N')='Y' THEN
6953: csi_gen_utility_pvt.put_line('Since the transaction is a cascade ownership call ');
6954: csi_gen_utility_pvt.put_line('(external to external ownership, component owner is different from parent),');
6955: csi_gen_utility_pvt.put_line('Hence call contracts with TRM and NEW transaction types. ');
6956: csi_gen_utility_pvt.put_line( 'Calling contracts with TRM transaction type for instance '||l_party_rec.instance_id);
6957: csi_item_instance_pvt.Call_to_Contracts(
6958: p_transaction_type => 'TRM'
6959: ,p_instance_id => l_party_rec.instance_id

Line 6956: csi_gen_utility_pvt.put_line( 'Calling contracts with TRM transaction type for instance '||l_party_rec.instance_id);

6952: IF nvl(p_party_account_rec.cascade_ownership_flag,'N')='Y' THEN
6953: csi_gen_utility_pvt.put_line('Since the transaction is a cascade ownership call ');
6954: csi_gen_utility_pvt.put_line('(external to external ownership, component owner is different from parent),');
6955: csi_gen_utility_pvt.put_line('Hence call contracts with TRM and NEW transaction types. ');
6956: csi_gen_utility_pvt.put_line( 'Calling contracts with TRM transaction type for instance '||l_party_rec.instance_id);
6957: csi_item_instance_pvt.Call_to_Contracts(
6958: p_transaction_type => 'TRM'
6959: ,p_instance_id => l_party_rec.instance_id
6960: ,p_new_instance_id => NULL

Line 6976: csi_gen_utility_pvt.put_line('Cascade Ownership - Call to contracts with TRM txn type has errored ');

6972: ,x_msg_data => x_msg_data
6973: );
6974:
6975: IF NOT(x_return_status = FND_API.G_RET_STS_SUCCESS) THEN
6976: csi_gen_utility_pvt.put_line('Cascade Ownership - Call to contracts with TRM txn type has errored ');
6977: l_msg_index := 1;
6978: l_msg_count := x_msg_count;
6979: WHILE l_msg_count > 0 LOOP
6980: x_msg_data := FND_MSG_PUB.GET(

Line 6983: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

6979: WHILE l_msg_count > 0 LOOP
6980: x_msg_data := FND_MSG_PUB.GET(
6981: l_msg_index,
6982: FND_API.G_FALSE );
6983: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
6984: l_msg_index := l_msg_index + 1;
6985: l_msg_count := l_msg_count - 1;
6986: END LOOP;
6987: RAISE FND_API.G_EXC_ERROR;

Line 6989: csi_gen_utility_pvt.put_line( 'Calling contracts with NEW transaction type for instance '||l_party_rec.instance_id);

6985: l_msg_count := l_msg_count - 1;
6986: END LOOP;
6987: RAISE FND_API.G_EXC_ERROR;
6988: END IF;
6989: csi_gen_utility_pvt.put_line( 'Calling contracts with NEW transaction type for instance '||l_party_rec.instance_id);
6990:
6991: csi_item_instance_pvt.Call_to_Contracts(
6992: p_transaction_type => 'NEW'
6993: ,p_instance_id => l_party_rec.instance_id

Line 7009: csi_gen_utility_pvt.put_line('Cascade Ownership - Call to contracts with NEW txn type has errored ');

7005: ,x_msg_count => x_msg_count
7006: ,x_msg_data => x_msg_data
7007: );
7008: IF NOT(x_return_status = FND_API.G_RET_STS_SUCCESS) THEN
7009: csi_gen_utility_pvt.put_line('Cascade Ownership - Call to contracts with NEW txn type has errored ');
7010: l_msg_index := 1;
7011: l_msg_count := x_msg_count;
7012: WHILE l_msg_count > 0 LOOP
7013: x_msg_data := FND_MSG_PUB.GET(

Line 7016: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

7012: WHILE l_msg_count > 0 LOOP
7013: x_msg_data := FND_MSG_PUB.GET(
7014: l_msg_index,
7015: FND_API.G_FALSE );
7016: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
7017: l_msg_index := l_msg_index + 1;
7018: l_msg_count := l_msg_count - 1;
7019: END LOOP;
7020: RAISE FND_API.G_EXC_ERROR;

Line 7069: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

7065: WHILE l_msg_count > 0 LOOP
7066: x_msg_data := FND_MSG_PUB.GET(
7067: l_msg_index,
7068: FND_API.G_FALSE );
7069: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
7070: l_msg_index := l_msg_index + 1;
7071: l_msg_count := l_msg_count - 1;
7072: END LOOP;
7073: RAISE FND_API.G_EXC_ERROR;

Line 7211: csi_gen_utility_pvt.put_line( 'expire_inst_party_account');

7207: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7208:
7209: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7210: IF (l_csi_debug_level > 0) THEN
7211: csi_gen_utility_pvt.put_line( 'expire_inst_party_account');
7212: END IF;
7213:
7214: -- If the debug level = 2 then dump all the parameters values.
7215: IF (l_csi_debug_level > 1) THEN

Line 7216: csi_gen_utility_pvt.put_line( 'expire_inst_party_account:'||

7212: END IF;
7213:
7214: -- If the debug level = 2 then dump all the parameters values.
7215: IF (l_csi_debug_level > 1) THEN
7216: csi_gen_utility_pvt.put_line( 'expire_inst_party_account:'||
7217: p_api_version ||'-'||
7218: p_commit ||'-'||
7219: p_init_msg_list );
7220:

Line 7223: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);

7219: p_init_msg_list );
7220:
7221:
7222: -- Dump the records in the log file
7223: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);
7224: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
7225: END IF;
7226: -- Start API body
7227: --

Line 7224: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

7220:
7221:
7222: -- Dump the records in the log file
7223: csi_gen_utility_pvt.dump_party_account_rec(p_party_account_rec);
7224: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
7225: END IF;
7226: -- Start API body
7227: --
7228: -- Check if all the required parameters are passed

Line 7323: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

7319: WHILE l_msg_count > 0 LOOP
7320: x_msg_data := FND_MSG_PUB.GET(
7321: l_msg_index,
7322: FND_API.G_FALSE );
7323: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
7324: l_msg_index := l_msg_index + 1;
7325: l_msg_count := l_msg_count - 1;
7326: END LOOP;
7327: RAISE FND_API.G_EXC_ERROR;

Line 7421: csi_gen_utility_pvt.put_line( 'get_contact_details');

7417: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7418:
7419: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7420: IF (l_csi_debug_level > 0) THEN
7421: csi_gen_utility_pvt.put_line( 'get_contact_details');
7422: END IF;
7423:
7424:
7425: -- Start API body

Line 7926: csi_gen_utility_pvt.put_line( 'get_inst_party_rel_hist');

7922: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7923:
7924: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
7925: IF (l_csi_debug_level > 0) THEN
7926: csi_gen_utility_pvt.put_line( 'get_inst_party_rel_hist');
7927: END IF;
7928:
7929: -- If the debug level = 2 then dump all the parameters values.
7930: IF (l_csi_debug_level > 1) THEN

Line 7931: csi_gen_utility_pvt.put_line( 'get_inst_party_rel_hist' ||

7927: END IF;
7928:
7929: -- If the debug level = 2 then dump all the parameters values.
7930: IF (l_csi_debug_level > 1) THEN
7931: csi_gen_utility_pvt.put_line( 'get_inst_party_rel_hist' ||
7932: p_api_version ||'-'||
7933: p_commit ||'-'||
7934: p_init_msg_list ||'-'||
7935: p_validation_level ||'-'||

Line 7943: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);

7939: END IF;
7940:
7941: /***** srramakr commented for bug # 3304439
7942: -- Check for the profile option and enable trace
7943: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);
7944: -- End enable trace
7945: ****/
7946:
7947: -- Start API body

Line 8102: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);

8098: FND_MSG_PUB.Get(p_msg_index => i,
8099: p_encoded => 'F',
8100: p_data => x_msg_data,
8101: p_msg_index_out => x_msg_index_out );
8102: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
8103: End LOOP;
8104: RAISE FND_API.G_EXC_ERROR;
8105: END IF;
8106:

Line 8294: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);

8290: FND_MSG_PUB.Get(p_msg_index => i,
8291: p_encoded => 'F',
8292: p_data => x_msg_data,
8293: p_msg_index_out => x_msg_index_out );
8294: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
8295: End LOOP;
8296: RAISE FND_API.G_EXC_ERROR;
8297: END IF;
8298:

Line 8647: csi_gen_utility_pvt.put_line( 'get_inst_party_account_hist');

8643: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
8644:
8645: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
8646: IF (l_csi_debug_level > 0) THEN
8647: csi_gen_utility_pvt.put_line( 'get_inst_party_account_hist');
8648: END IF;
8649:
8650: -- If the debug level = 2 then dump all the parameters values.
8651: IF (l_csi_debug_level > 1) THEN

Line 8652: csi_gen_utility_pvt.put_line( 'get_inst_party_account_hist' ||

8648: END IF;
8649:
8650: -- If the debug level = 2 then dump all the parameters values.
8651: IF (l_csi_debug_level > 1) THEN
8652: csi_gen_utility_pvt.put_line( 'get_inst_party_account_hist' ||
8653: p_api_version ||'-'||
8654: p_commit ||'-'||
8655: p_init_msg_list ||'-'||
8656: p_validation_level ||'-'||

Line 8664: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);

8660: END IF;
8661:
8662: /***** srramakr commented for bug # 3304439
8663: -- Check for the profile option and enable trace
8664: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);
8665: -- End enable trace
8666: ****/
8667:
8668: -- Start API body