DBA Data[Home] [Help]

APPS.OKS_BILLING_PROFILES_PUB dependencies on OKS_BILLING_PROFILES_PVT

Line 49: oks_billing_profiles_pvt.add_language;

45: END migrate_bpev;
46: */
47: PROCEDURE add_language IS
48: BEGIN
49: oks_billing_profiles_pvt.add_language;
50: END;
51:
52: -- Procedure for insert_row
53: PROCEDURE insert_row(

Line 147: oks_billing_profiles_pvt.insert_row(p_api_version

143: --l_bpev_rec := migrate_bpev(l_bpev_rec, g_bpev_rec);
144: l_bpev_rec := g_bpev_rec;
145:
146: -- call to complex API procedure
147: oks_billing_profiles_pvt.insert_row(p_api_version
148: ,p_init_msg_list
149: ,x_return_status
150: ,x_msg_count
151: ,x_msg_data

Line 285: oks_billing_profiles_pvt.lock_row(p_api_version

281: RAISE OKC_API.G_EXCEPTION_ERROR;
282: END IF;
283:
284: -- call to complex API procedure
285: oks_billing_profiles_pvt.lock_row(p_api_version
286: ,p_init_msg_list
287: ,x_return_status
288: ,x_msg_count
289: ,x_msg_data

Line 422: oks_billing_profiles_pvt.update_row(p_api_version

418: --l_bpev_rec := migrate_bpev(l_bpev_rec, g_bpev_rec);
419: l_bpev_rec := g_bpev_rec;
420:
421: -- call to complex API procedure
422: oks_billing_profiles_pvt.update_row(p_api_version
423: ,p_init_msg_list
424: ,x_return_status
425: ,x_msg_count
426: ,x_msg_data

Line 571: oks_billing_profiles_pvt.delete_row(p_api_version

567: -- get values back from hook call
568: --l_bpev_rec := migrate_bpev(l_bpev_rec, g_bpev_rec);
569: l_bpev_rec := g_bpev_rec;
570: -- call to complex API procedure
571: oks_billing_profiles_pvt.delete_row(p_api_version
572: ,p_init_msg_list
573: ,x_return_status
574: ,x_msg_count
575: ,x_msg_data

Line 720: oks_billing_profiles_pvt.validate_row(p_api_version

716: --l_bpev_rec := migrate_bpev(l_bpev_rec, g_bpev_rec);
717: l_bpev_rec := g_bpev_rec;
718:
719: -- call to complex API procedure
720: oks_billing_profiles_pvt.validate_row(p_api_version
721: ,p_init_msg_list
722: ,x_return_status
723: ,x_msg_count
724: ,x_msg_data