DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_PARTY_RELATIONSHIPS_PVT

Line 2282: -- csi_party_relationships_pvt.g_force_expire_flag := 'Y'; -- commented by sguthiva for bug 2307804

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
2283: -- Expire accounts for the party
2284: FOR C1 IN GET_IP_ACCOUNT(p_party_rec.instance_party_id)
2285: LOOP
2286: IF GET_IP_ACCOUNT%FOUND THEN

Line 2295: csi_party_relationships_pvt.expire_inst_party_account

2291: IF C1.relationship_type_code <> 'OWNER'
2292: THEN
2293: --End Addition by sguthiva for bug 2307804
2294:
2295: csi_party_relationships_pvt.expire_inst_party_account
2296: ( p_api_version => p_api_version
2297: ,p_commit => p_commit
2298: ,p_init_msg_list => p_init_msg_list
2299: ,p_validation_level => p_validation_level

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 2323: -- csi_party_relationships_pvt.g_force_expire_flag := 'N'; -- commented by sguthiva for bug 2307804

2319: END IF;
2320: END IF; -- Added by sguthiva for bug 2307804
2321: END IF;
2322: END LOOP;
2323: -- csi_party_relationships_pvt.g_force_expire_flag := 'N'; -- commented by sguthiva for bug 2307804
2324:
2325:
2326: -- Check if the party in question has a contact
2327: /* The following code has been added for bug 2127250 */