DBA Data[Home] [Help]

APPS.WF_EVENT_SYNCHRONIZE_PKG dependencies on AD_ZD_SEED

Line 1853: ** Calls AD_ZD_SEED.Prepare to backup content of the diffeernt tables that

1849: end if;
1850: end CREATESYNCCLOB2;
1851: --------------------------------------------------------------------------------------------
1852: /* Prepare_Zero_Down_Time
1853: ** Calls AD_ZD_SEED.Prepare to backup content of the diffeernt tables that
1854: ** WFXLoad modifies when a .wfx is uploaded.
1855: */
1856: procedure Prepare_Zero_Down_Time
1857: is

Line 1874: AD_ZD_SEED.PREPARE(l_tem_tab_name);

1870: begin
1871: if not g_nzdtPrepare then
1872: for i in WFTable.FIRST..WFTable.LAST loop
1873: l_tem_tab_name := WFTable(i);
1874: AD_ZD_SEED.PREPARE(l_tem_tab_name);
1875: end loop;
1876: g_nzdtPrepare := true;
1877: end if;
1878: exception