DBA Data[Home] [Help]

APPS.JTF_DPF dependencies on JTF_DPF_PHYSICAL_PAGES_S

Line 799: select jtf_dpf_physical_pages_s.nextval into t_phys_id from dual;

795: -- where application_id = t_appid and
796: -- physical_page_name = p_name;
797: -- if existential > 0 then return 2; end if;
798:
799: select jtf_dpf_physical_pages_s.nextval into t_phys_id from dual;
800:
801: JTF_DPF_PHYSICAL_PAGES_PKG.insert_row(
802: X_ROWID => t_rowid,
803: X_PHYSICAL_PAGE_ID => t_phys_id,