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 2262: -- okc_k_party_roles_b and okl_k_party_roles

2258: If ( l_cplv_rec.object1_id1 is not null and l_cplv_rec.object1_id2 is not null) Then
2259:
2260: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2261: -- to create records in tables
2262: -- okc_k_party_roles_b and okl_k_party_roles
2263: /*
2264: okl_okc_migration_pvt.create_k_party_role(
2265: p_api_version => p_api_version,
2266: p_init_msg_list => p_init_msg_list,

Line 2633: -- okc_k_party_roles_b and okl_k_party_roles

2629: 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
2630:
2631: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2632: -- to create records in tables
2633: -- okc_k_party_roles_b and okl_k_party_roles
2634: /*
2635: okl_okc_migration_pvt.create_k_party_role(
2636: p_api_version => p_api_version,
2637: p_init_msg_list => p_init_msg_list,

Line 2666: -- okc_k_party_roles_b and okl_k_party_roles

2662: ElsIf ( l_cplv_rec.id is not null and l_cplv_rec.object1_id1 is not null ) Then
2663:
2664: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2665: -- to update records in tables
2666: -- okc_k_party_roles_b and okl_k_party_roles
2667: /*
2668: okl_okc_migration_pvt.update_k_party_role(
2669: p_api_version => p_api_version,
2670: p_init_msg_list => p_init_msg_list,

Line 2701: -- okc_k_party_roles_b and okl_k_party_roles

2697: Elsif ( l_cplv_rec.id is not null and l_cplv_rec.object1_id1 is null ) Then
2698:
2699: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
2700: -- to delete records in tables
2701: -- okc_k_party_roles_b and okl_k_party_roles
2702: /*
2703: okl_okc_migration_pvt.delete_k_party_role(
2704: p_api_version => p_api_version,
2705: p_init_msg_list => p_init_msg_list,