DBA Data[Home] [Help]

APPS.JTF_PREFAB_CACHE_PUB dependencies on JTF_PREFAB_HOST_APPS_S

Line 35: SELECT jtf_prefab_host_apps_s.NEXTVAL from dual;

31: l_api_name CONSTANT VARCHAR2(30) := 'INSERT_HOST_APP';
32: l_api_version NUMBER := p_api_version;
33:
34: CURSOR sequence_cursor IS
35: SELECT jtf_prefab_host_apps_s.NEXTVAL from dual;
36: CURSOR cache_comps_cursor IS
37: SELECT ca_comp_id
38: FROM jtf_prefab_ca_comps_vl
39: WHERE application_id = p_application_id and cache_generic_flag='f';