DBA Data[Home] [Help]

APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_TIME_ALLOCATIONS_S

Line 43: SELECT ozf_time_allocations_s.NEXTVAL

39: l_api_name CONSTANT VARCHAR2(30) := 'get_time_allocation_id';
40: l_full_api_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
41:
42: CURSOR time_seq_csr IS
43: SELECT ozf_time_allocations_s.NEXTVAL
44: FROM DUAL;
45:
46: CURSOR time_alloc_count_csr(p_time_alloc_id in number) IS
47: SELECT count(t.time_allocation_id)