DBA Data[Home] [Help]

APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on CSI_PARTY_RELATIONSHIPS_PVT

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

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
2287: -- Expire accounts for the party
2288: FOR C1 IN GET_IP_ACCOUNT(p_party_rec.instance_party_id)
2289: LOOP
2290: IF GET_IP_ACCOUNT%FOUND THEN

Line 2299: csi_party_relationships_pvt.expire_inst_party_account

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

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

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