DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_GEN_UTILITY_PVT

Line 2270: csi_gen_utility_pvt.put_line( 'Transfer_Party_Rules');

2266: l_csi_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2267:
2268: -- If CSI_DEBUG_LEVEL = 1 then dump the procedure name
2269: IF (l_csi_debug_level > 0) THEN
2270: csi_gen_utility_pvt.put_line( 'Transfer_Party_Rules');
2271: END IF;
2272:
2273: -- If the debug level = 2 then dump all the parameters values.
2274: IF (l_csi_debug_level > 1) THEN

Line 2275: csi_gen_utility_pvt.put_line( 'Transfer_Party_Rules:'||

2271: END IF;
2272:
2273: -- If the debug level = 2 then dump all the parameters values.
2274: IF (l_csi_debug_level > 1) THEN
2275: csi_gen_utility_pvt.put_line( 'Transfer_Party_Rules:'||
2276: p_api_version ||'-'||
2277: p_commit ||'-'||
2278: p_init_msg_list );
2279:

Line 2281: csi_gen_utility_pvt.dump_party_rec(p_party_rec );

2277: p_commit ||'-'||
2278: p_init_msg_list );
2279:
2280: -- Dump the records in the log file
2281: csi_gen_utility_pvt.dump_party_rec(p_party_rec );
2282: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2283: END IF;
2284:
2285:

Line 2282: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

2278: p_init_msg_list );
2279:
2280: -- Dump the records in the log file
2281: csi_gen_utility_pvt.dump_party_rec(p_party_rec );
2282: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2283: END IF;
2284:
2285:
2286: -- csi_party_relationships_pvt.g_force_expire_flag := 'Y'; -- commented by sguthiva for bug 2307804

Line 2317: csi_gen_utility_pvt.put_line( 'message data = Error from csi_party_relationships_pvt.expire_inst_party_account');

2313: WHILE l_msg_count > 0 LOOP
2314: x_msg_data := FND_MSG_PUB.GET(
2315: l_msg_index,
2316: FND_API.G_FALSE);
2317: csi_gen_utility_pvt.put_line( 'message data = Error from csi_party_relationships_pvt.expire_inst_party_account');
2318: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
2319: l_msg_index := l_msg_index + 1;
2320: l_msg_count := l_msg_count - 1;
2321: END LOOP;

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

2314: x_msg_data := FND_MSG_PUB.GET(
2315: l_msg_index,
2316: FND_API.G_FALSE);
2317: csi_gen_utility_pvt.put_line( 'message data = Error from csi_party_relationships_pvt.expire_inst_party_account');
2318: csi_gen_utility_pvt.put_line( 'message data = '||x_msg_data);
2319: l_msg_index := l_msg_index + 1;
2320: l_msg_count := l_msg_count - 1;
2321: END LOOP;
2322: RAISE FND_API.G_EXC_ERROR;