DBA Data[Home] [Help]

APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_TIME_ALLOCATIONS_S

Line 62: SELECT ozf_time_allocations_s.NEXTVAL

58: l_api_name CONSTANT VARCHAR2(30) := 'get_time_allocation_id';
59: l_full_api_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
60:
61: CURSOR time_seq_csr IS
62: SELECT ozf_time_allocations_s.NEXTVAL
63: FROM DUAL;
64:
65: CURSOR time_alloc_count_csr(p_time_alloc_id in number) IS
66: SELECT count(t.time_allocation_id)