DBA Data[Home] [Help]

APPS.OKL_PARTY_PAYMENTS_PVT dependencies on OKL_K_PARTY_ROLES_PVT

Line 35: l_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;

31: l_cplv_rec cplv_rec_type;
32: x_cplv_rec cplv_rec_type;
33:
34: --Bug# 4558486
35: l_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
36: x_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
37:
38: BEGIN
39: -- Create party if evg vendor does not exists in contract parties --

Line 36: x_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;

32: x_cplv_rec cplv_rec_type;
33:
34: --Bug# 4558486
35: l_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
36: x_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
37:
38: BEGIN
39: -- Create party if evg vendor does not exists in contract parties --
40: OPEN chr_party_role_csr (p_chr_id, p_vendor_id);

Line 55: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api

51: l_cplv_rec.object1_id2 := '#';
52: l_cplv_rec.jtot_object1_code := 'OKX_VENDOR';
53: l_cplv_rec.rle_code := 'OKL_VENDOR';
54:
55: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
56: -- to create records in tables
57: -- okc_k_party_roles_b and okl_k_party_roles
58: /*
59: Okl_Okc_Migration_Pvt.create_k_party_role(

Line 70: okl_k_party_roles_pvt.create_k_party_role(

66: x_cplv_rec => x_cplv_rec
67: );
68: */
69:
70: okl_k_party_roles_pvt.create_k_party_role(
71: p_api_version => 1.0,
72: p_init_msg_list => Okl_Api.G_FALSE,
73: x_return_status => x_return_status,
74: x_msg_count => x_msg_count,

Line 173: l_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;

169:
170: l_cpl_id NUMBER;
171:
172: --Bug# 4558486
173: l_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
174: x_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
175:
176: BEGIN
177: -- Create party if evg vendor does not exists in contract parties --

Line 174: x_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;

170: l_cpl_id NUMBER;
171:
172: --Bug# 4558486
173: l_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
174: x_kplv_rec okl_k_party_roles_pvt.kplv_rec_type;
175:
176: BEGIN
177: -- Create party if evg vendor does not exists in contract parties --
178: OPEN chr_party_role_csr (p_chr_id, p_vendor_id);

Line 193: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api

189: l_cplv_rec.object1_id2 := '#';
190: l_cplv_rec.jtot_object1_code := 'OKX_VENDOR';
191: l_cplv_rec.rle_code := 'OKL_VENDOR';
192:
193: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
194: -- to create records in tables
195: -- okc_k_party_roles_b and okl_k_party_roles
196: /*
197: Okl_Okc_Migration_Pvt.create_k_party_role(

Line 208: okl_k_party_roles_pvt.create_k_party_role(

204: x_cplv_rec => x_cplv_rec
205: );
206: */
207:
208: okl_k_party_roles_pvt.create_k_party_role(
209: p_api_version => 1.0,
210: p_init_msg_list => Okl_Api.G_FALSE,
211: x_return_status => x_return_status,
212: x_msg_count => x_msg_count,

Line 249: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api

245: l_cplv_rec.object1_id2 := '#';
246: l_cplv_rec.jtot_object1_code := 'OKX_VENDOR';
247: l_cplv_rec.rle_code := 'OKL_VENDOR';
248:
249: --Bug# 4558486: Changed call to okl_k_party_roles_pvt api
250: -- to create records in tables
251: -- okc_k_party_roles_b and okl_k_party_roles
252: /*
253: Okl_Okc_Migration_Pvt.create_k_party_role(

Line 264: okl_k_party_roles_pvt.create_k_party_role(

260: x_cplv_rec => x_cplv_rec
261: );
262: */
263:
264: okl_k_party_roles_pvt.create_k_party_role(
265: p_api_version => 1.0,
266: p_init_msg_list => Okl_Api.G_FALSE,
267: x_return_status => x_return_status,
268: x_msg_count => x_msg_count,