DBA Data[Home] [Help]

APPS.OZF_QUOTA_PUB dependencies on OZF_TIME_ALLOCATIONS_S

Line 1361: SELECT ozf_time_allocations_s.NEXTVAL

1357: l_api_name CONSTANT VARCHAR2(30) := 'get_time_allocation_id';
1358: l_full_api_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
1359:
1360: CURSOR time_seq_csr IS
1361: SELECT ozf_time_allocations_s.NEXTVAL
1362: FROM DUAL;
1363:
1364: CURSOR time_alloc_count_csr(p_time_alloc_id in number) IS
1365: SELECT count(t.time_allocation_id)