DBA Data[Home] [Help]

APPS.CSI_JAVA_INTERFACE_PKG dependencies on CSI_GEN_UTILITY_PVT

Line 161: csi_gen_utility_pvt.put_line( 'getContracts');

157: l_inp_rec.calc_resptime_flag := 'N';
158:
159: -- If debug_level = 1 then dump the procedure name
160: IF (l_debug_level > 0) THEN
161: csi_gen_utility_pvt.put_line( 'getContracts');
162: END IF;
163:
164: -- If the debug level = 2 then dump all the parameters values.
165: IF (l_debug_level > 1) THEN

Line 166: csi_gen_utility_pvt.put_line( 'getContracts');

162: END IF;
163:
164: -- If the debug level = 2 then dump all the parameters values.
165: IF (l_debug_level > 1) THEN
166: csi_gen_utility_pvt.put_line( 'getContracts');
167: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS:');
168: csi_gen_utility_pvt.put_line('Instance_id :'||l_inp_rec.product_id);
169: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
170: csi_gen_utility_pvt.put_line('calc_resptime_flag :'||l_inp_rec.calc_resptime_flag);

Line 167: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS:');

163:
164: -- If the debug level = 2 then dump all the parameters values.
165: IF (l_debug_level > 1) THEN
166: csi_gen_utility_pvt.put_line( 'getContracts');
167: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS:');
168: csi_gen_utility_pvt.put_line('Instance_id :'||l_inp_rec.product_id);
169: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
170: csi_gen_utility_pvt.put_line('calc_resptime_flag :'||l_inp_rec.calc_resptime_flag);
171: END IF;

Line 168: csi_gen_utility_pvt.put_line('Instance_id :'||l_inp_rec.product_id);

164: -- If the debug level = 2 then dump all the parameters values.
165: IF (l_debug_level > 1) THEN
166: csi_gen_utility_pvt.put_line( 'getContracts');
167: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS:');
168: csi_gen_utility_pvt.put_line('Instance_id :'||l_inp_rec.product_id);
169: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
170: csi_gen_utility_pvt.put_line('calc_resptime_flag :'||l_inp_rec.calc_resptime_flag);
171: END IF;
172:

Line 169: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);

165: IF (l_debug_level > 1) THEN
166: csi_gen_utility_pvt.put_line( 'getContracts');
167: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS:');
168: csi_gen_utility_pvt.put_line('Instance_id :'||l_inp_rec.product_id);
169: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
170: csi_gen_utility_pvt.put_line('calc_resptime_flag :'||l_inp_rec.calc_resptime_flag);
171: END IF;
172:
173: OKS_ENTITLEMENTS_PUB.GET_CONTRACTS( p_api_version => 1.0,

Line 170: csi_gen_utility_pvt.put_line('calc_resptime_flag :'||l_inp_rec.calc_resptime_flag);

166: csi_gen_utility_pvt.put_line( 'getContracts');
167: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS:');
168: csi_gen_utility_pvt.put_line('Instance_id :'||l_inp_rec.product_id);
169: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
170: csi_gen_utility_pvt.put_line('calc_resptime_flag :'||l_inp_rec.calc_resptime_flag);
171: END IF;
172:
173: OKS_ENTITLEMENTS_PUB.GET_CONTRACTS( p_api_version => 1.0,
174: p_init_msg_list => 'T',

Line 590: csi_gen_utility_pvt.put_line( 'Get_Coverage_For_Prod_Sch');

586: l_inp_rec.validate_flag := l_flag;
587:
588: -- If debug_level = 1 then dump the procedure name
589: IF (l_debug_level > 0) THEN
590: csi_gen_utility_pvt.put_line( 'Get_Coverage_For_Prod_Sch');
591: END IF;
592:
593: /*-- Purging Temp Table before Further Operation bug 4736062-- */
594: OPEN c_search_oks_temp;

Line 624: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');

620: End IF;
621: */
622: -- If the debug level = 2 then dump all the output data.
623: IF (l_debug_level > 1) THEN
624: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');
625: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
626: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);
627: END IF;
628:

Line 625: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');

621: */
622: -- If the debug level = 2 then dump all the output data.
623: IF (l_debug_level > 1) THEN
624: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');
625: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
626: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);
627: END IF;
628:
629: l_rec_count := l_ent_contracts.FIRST;

Line 626: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);

622: -- If the debug level = 2 then dump all the output data.
623: IF (l_debug_level > 1) THEN
624: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');
625: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
626: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);
627: END IF;
628:
629: l_rec_count := l_ent_contracts.FIRST;
630:

Line 772: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');

768: l_inp_rec.validate_flag := l_flag;
769:
770: -- If debug_level = 1 then dump the procedure name
771: IF (l_debug_level > 0) THEN
772: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');
773: END IF;
774:
775: -- If the debug level = 2 then dump all the parameters values.
776: IF (l_debug_level > 1) THEN

Line 777: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');

773: END IF;
774:
775: -- If the debug level = 2 then dump all the parameters values.
776: IF (l_debug_level > 1) THEN
777: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');
778: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
779: csi_gen_utility_pvt.put_line('contract_number :'||l_inp_rec.contract_number);
780: csi_gen_utility_pvt.put_line('request_date :'||l_inp_rec.request_date);
781: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);

Line 778: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');

774:
775: -- If the debug level = 2 then dump all the parameters values.
776: IF (l_debug_level > 1) THEN
777: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');
778: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
779: csi_gen_utility_pvt.put_line('contract_number :'||l_inp_rec.contract_number);
780: csi_gen_utility_pvt.put_line('request_date :'||l_inp_rec.request_date);
781: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
782: END IF;

Line 779: csi_gen_utility_pvt.put_line('contract_number :'||l_inp_rec.contract_number);

775: -- If the debug level = 2 then dump all the parameters values.
776: IF (l_debug_level > 1) THEN
777: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');
778: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
779: csi_gen_utility_pvt.put_line('contract_number :'||l_inp_rec.contract_number);
780: csi_gen_utility_pvt.put_line('request_date :'||l_inp_rec.request_date);
781: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
782: END IF;
783:

Line 780: csi_gen_utility_pvt.put_line('request_date :'||l_inp_rec.request_date);

776: IF (l_debug_level > 1) THEN
777: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');
778: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
779: csi_gen_utility_pvt.put_line('contract_number :'||l_inp_rec.contract_number);
780: csi_gen_utility_pvt.put_line('request_date :'||l_inp_rec.request_date);
781: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
782: END IF;
783:
784:

Line 781: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);

777: csi_gen_utility_pvt.put_line( 'Get_Contract_Where_Clause');
778: csi_gen_utility_pvt.put_line('Dumping the values passed to OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
779: csi_gen_utility_pvt.put_line('contract_number :'||l_inp_rec.contract_number);
780: csi_gen_utility_pvt.put_line('request_date :'||l_inp_rec.request_date);
781: csi_gen_utility_pvt.put_line('validate_flag :'||l_inp_rec.validate_flag);
782: END IF;
783:
784:
785: OKS_ENTITLEMENTS_PUB.GET_CONTRACTS( p_api_version => 1.0,

Line 813: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');

809: -- fnd_message.debug('l_rec_count = '||to_char(l_rec_count));
810:
811: -- If the debug level = 2 then dump all the output data.
812: IF (l_debug_level > 1) THEN
813: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');
814: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
815: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);
816: END IF;
817:

Line 814: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');

810:
811: -- If the debug level = 2 then dump all the output data.
812: IF (l_debug_level > 1) THEN
813: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');
814: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
815: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);
816: END IF;
817:
818: l_row_count := 1;

Line 815: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);

811: -- If the debug level = 2 then dump all the output data.
812: IF (l_debug_level > 1) THEN
813: csi_gen_utility_pvt.put_line('OKS_ENTITLEMENTS_PUB.GET_CONTRACTS() call succeeds:');
814: csi_gen_utility_pvt.put_line('Dumping the values gotten from OKS_ENTITLEMENTS_PUB.GET_CONTRACTS():');
815: csi_gen_utility_pvt.put_line('l_ent_contracts.count :'||l_ent_contracts.count);
816: END IF;
817:
818: l_row_count := 1;
819: l_rec_count := l_ent_contracts.FIRST;

Line 833: csi_gen_utility_pvt.put_line('---- Contract Record ' || l_rec_count || '----');

829: l_coverage_level_id := l_ent_contracts(l_rec_count).coverage_level_id ;
830:
831: -- If the debug level = 2 then dump each output record.
832: IF (l_debug_level > 1) THEN
833: csi_gen_utility_pvt.put_line('---- Contract Record ' || l_rec_count || '----');
834: csi_gen_utility_pvt.put_line('l_covered_level_code :'||l_covered_level_code);
835: csi_gen_utility_pvt.put_line('l_coverage_level_id :'||to_char(l_coverage_level_id));
836: END IF;
837: -- fnd_message.debug('l_covered_level_code = '||l_ent_contracts(l_rec_count).coverage_level_code);

Line 834: csi_gen_utility_pvt.put_line('l_covered_level_code :'||l_covered_level_code);

830:
831: -- If the debug level = 2 then dump each output record.
832: IF (l_debug_level > 1) THEN
833: csi_gen_utility_pvt.put_line('---- Contract Record ' || l_rec_count || '----');
834: csi_gen_utility_pvt.put_line('l_covered_level_code :'||l_covered_level_code);
835: csi_gen_utility_pvt.put_line('l_coverage_level_id :'||to_char(l_coverage_level_id));
836: END IF;
837: -- fnd_message.debug('l_covered_level_code = '||l_ent_contracts(l_rec_count).coverage_level_code);
838: -- fnd_message.debug('l_covered_level_id = '||l_ent_contracts(l_rec_count).coverage_level_id);

Line 835: csi_gen_utility_pvt.put_line('l_coverage_level_id :'||to_char(l_coverage_level_id));

831: -- If the debug level = 2 then dump each output record.
832: IF (l_debug_level > 1) THEN
833: csi_gen_utility_pvt.put_line('---- Contract Record ' || l_rec_count || '----');
834: csi_gen_utility_pvt.put_line('l_covered_level_code :'||l_covered_level_code);
835: csi_gen_utility_pvt.put_line('l_coverage_level_id :'||to_char(l_coverage_level_id));
836: END IF;
837: -- fnd_message.debug('l_covered_level_code = '||l_ent_contracts(l_rec_count).coverage_level_code);
838: -- fnd_message.debug('l_covered_level_id = '||l_ent_contracts(l_rec_count).coverage_level_id);
839:

Line 906: csi_gen_utility_pvt.put_line('l_covered_party_id :'||l_covered_party_id);

902: End LOOP;
903:
904: -- If the debug level = 2 then dump each output record.
905: IF (l_debug_level > 1) THEN
906: csi_gen_utility_pvt.put_line('l_covered_party_id :'||l_covered_party_id);
907: csi_gen_utility_pvt.put_line('l_covered_site_id :'||l_covered_site_id);
908: csi_gen_utility_pvt.put_line('l_covered_acct_id :'||l_covered_acct_id);
909: csi_gen_utility_pvt.put_line('l_covered_system_id :'||l_covered_system_id);
910: csi_gen_utility_pvt.put_line('l_covered_item_id :'||l_covered_item_id);

Line 907: csi_gen_utility_pvt.put_line('l_covered_site_id :'||l_covered_site_id);

903:
904: -- If the debug level = 2 then dump each output record.
905: IF (l_debug_level > 1) THEN
906: csi_gen_utility_pvt.put_line('l_covered_party_id :'||l_covered_party_id);
907: csi_gen_utility_pvt.put_line('l_covered_site_id :'||l_covered_site_id);
908: csi_gen_utility_pvt.put_line('l_covered_acct_id :'||l_covered_acct_id);
909: csi_gen_utility_pvt.put_line('l_covered_system_id :'||l_covered_system_id);
910: csi_gen_utility_pvt.put_line('l_covered_item_id :'||l_covered_item_id);
911: END IF;

Line 908: csi_gen_utility_pvt.put_line('l_covered_acct_id :'||l_covered_acct_id);

904: -- If the debug level = 2 then dump each output record.
905: IF (l_debug_level > 1) THEN
906: csi_gen_utility_pvt.put_line('l_covered_party_id :'||l_covered_party_id);
907: csi_gen_utility_pvt.put_line('l_covered_site_id :'||l_covered_site_id);
908: csi_gen_utility_pvt.put_line('l_covered_acct_id :'||l_covered_acct_id);
909: csi_gen_utility_pvt.put_line('l_covered_system_id :'||l_covered_system_id);
910: csi_gen_utility_pvt.put_line('l_covered_item_id :'||l_covered_item_id);
911: END IF;
912:

Line 909: csi_gen_utility_pvt.put_line('l_covered_system_id :'||l_covered_system_id);

905: IF (l_debug_level > 1) THEN
906: csi_gen_utility_pvt.put_line('l_covered_party_id :'||l_covered_party_id);
907: csi_gen_utility_pvt.put_line('l_covered_site_id :'||l_covered_site_id);
908: csi_gen_utility_pvt.put_line('l_covered_acct_id :'||l_covered_acct_id);
909: csi_gen_utility_pvt.put_line('l_covered_system_id :'||l_covered_system_id);
910: csi_gen_utility_pvt.put_line('l_covered_item_id :'||l_covered_item_id);
911: END IF;
912:
913: l_instance_table_name := ' ' || instance_table_name;

Line 910: csi_gen_utility_pvt.put_line('l_covered_item_id :'||l_covered_item_id);

906: csi_gen_utility_pvt.put_line('l_covered_party_id :'||l_covered_party_id);
907: csi_gen_utility_pvt.put_line('l_covered_site_id :'||l_covered_site_id);
908: csi_gen_utility_pvt.put_line('l_covered_acct_id :'||l_covered_acct_id);
909: csi_gen_utility_pvt.put_line('l_covered_system_id :'||l_covered_system_id);
910: csi_gen_utility_pvt.put_line('l_covered_item_id :'||l_covered_item_id);
911: END IF;
912:
913: l_instance_table_name := ' ' || instance_table_name;
914: IF (length(instance_table_name) > 0 ) THEN

Line 1492: csi_gen_utility_pvt.put_line('ibe_cfg_config_pvt.Get_Config_Launch_Info: UNEXPECTED ERROR EXCEPTION ');

1488: p_count => x_msg_count,
1489: p_data => x_msg_data
1490: );
1491: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1492: csi_gen_utility_pvt.put_line('ibe_cfg_config_pvt.Get_Config_Launch_Info: UNEXPECTED ERROR EXCEPTION ');
1493: ROLLBACK TO Get_Config_Launch_Info_Pvt;
1494: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1495: FND_MSG_PUB.Count_And_Get
1496: ( p_encoded => FND_API.G_FALSE,

Line 1501: csi_gen_utility_pvt.put_line('ibe_cfg_config_pvt.Get_Config_Launch_Info: OTHER EXCEPTION ');

1497: p_count => x_msg_count,
1498: p_data => x_msg_data
1499: );
1500: WHEN OTHERS THEN
1501: csi_gen_utility_pvt.put_line('ibe_cfg_config_pvt.Get_Config_Launch_Info: OTHER EXCEPTION ');
1502: ROLLBACK TO Get_Config_Launch_Info_Pvt;
1503: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1504: /*IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1505: THEN