DBA Data[Home] [Help]

APPS.OKL_K_PARTY_ROLES_PVT dependencies on OKL_KPL_PVT

Line 104: OKL_KPL_PVT.Insert_Row(

100: -- get id from OKC record
101: l_kplv_rec.ID := x_cplv_rec.ID;
102:
103:
104: OKL_KPL_PVT.Insert_Row(
105: p_api_version => p_api_version,
106: p_init_msg_list => p_init_msg_list,
107: x_return_status => x_return_status,
108: x_msg_count => x_msg_count,

Line 385: OKL_KPL_PVT.Update_Row(

381: -- call procedure in complex API
382: -- if l_dummy_var is changed then the shadow is present
383: -- and we need to update it, otherwise we need to create the shadow
384: if (l_dummy_var = 'x') THEN
385: OKL_KPL_PVT.Update_Row(
386: p_api_version => p_api_version,
387: p_init_msg_list => p_init_msg_list,
388: x_return_status => x_return_status,
389: x_msg_count => x_msg_count,

Line 394: OKL_KPL_PVT.Insert_Row(

390: x_msg_data => x_msg_data,
391: p_kplv_rec => l_kplv_rec,
392: x_kplv_rec => x_kplv_rec);
393: else
394: OKL_KPL_PVT.Insert_Row(
395: p_api_version => p_api_version,
396: p_init_msg_list => p_init_msg_list,
397: x_return_status => x_return_status,
398: x_msg_count => x_msg_count,

Line 659: OKL_KPL_PVT.Delete_Row(

655: raise OKL_API.G_EXCEPTION_ERROR;
656: End If;
657:
658: -- call procedure in complex API
659: OKL_KPL_PVT.Delete_Row(
660: p_api_version => p_api_version,
661: p_init_msg_list => p_init_msg_list,
662: x_return_status => x_return_status,
663: x_msg_count => x_msg_count,