DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_GEN_UTILITY_PVT

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

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

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

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

Line 2277: csi_gen_utility_pvt.dump_party_rec(p_party_rec );

2273: p_commit ||'-'||
2274: p_init_msg_list );
2275:
2276: -- Dump the records in the log file
2277: csi_gen_utility_pvt.dump_party_rec(p_party_rec );
2278: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2279: END IF;
2280:
2281:

Line 2278: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

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

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

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

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

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