DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKC_K_PARTY_ROLES_B

Line 184: -- okc_k_party_roles_b and okl_k_party_roles

180:
181: IF (l_cplv_rec.id IS NOT NULL) THEN
182: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
183: -- to delete records in tables
184: -- okc_k_party_roles_b and okl_k_party_roles
185: /*
186: okl_okc_migration_pvt.delete_k_party_role(
187: p_api_version => p_api_version,
188: p_init_msg_list => p_init_msg_list,

Line 266: from okc_k_party_roles_b

262: l_exists VARCHAR2(1);
263:
264: CURSOR party_object1_id1(p_cpl_id NUMBER) IS
265: select object1_id1
266: from okc_k_party_roles_b
267: where
268: id = p_cpl_id;
269: id1 NUMBER;
270:

Line 2249: -- okc_k_party_roles_b and okl_k_party_roles

2245: If ( l_cplv_rec.object1_id1 is not null and l_cplv_rec.object1_id2 is not null) Then
2246:
2247: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2248: -- to create records in tables
2249: -- okc_k_party_roles_b and okl_k_party_roles
2250: /*
2251: okl_okc_migration_pvt.create_k_party_role(
2252: p_api_version => p_api_version,
2253: p_init_msg_list => p_init_msg_list,

Line 2620: -- okc_k_party_roles_b and okl_k_party_roles

2616: If ( (l_cplv_rec.id is null or l_cplv_rec.id = OKC_API.G_MISS_NUM ) and ( l_cplv_rec.object1_id1 is not null )) Then
2617:
2618: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2619: -- to create records in tables
2620: -- okc_k_party_roles_b and okl_k_party_roles
2621: /*
2622: okl_okc_migration_pvt.create_k_party_role(
2623: p_api_version => p_api_version,
2624: p_init_msg_list => p_init_msg_list,

Line 2653: -- okc_k_party_roles_b and okl_k_party_roles

2649: ElsIf ( l_cplv_rec.id is not null and l_cplv_rec.object1_id1 is not null ) Then
2650:
2651: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2652: -- to update records in tables
2653: -- okc_k_party_roles_b and okl_k_party_roles
2654: /*
2655: okl_okc_migration_pvt.update_k_party_role(
2656: p_api_version => p_api_version,
2657: p_init_msg_list => p_init_msg_list,

Line 2688: -- okc_k_party_roles_b and okl_k_party_roles

2684: Elsif ( l_cplv_rec.id is not null and l_cplv_rec.object1_id1 is null ) Then
2685:
2686: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2687: -- to delete records in tables
2688: -- okc_k_party_roles_b and okl_k_party_roles
2689: /*
2690: okl_okc_migration_pvt.delete_k_party_role(
2691: p_api_version => p_api_version,
2692: p_init_msg_list => p_init_msg_list,