DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on AD_ZD_SEED

Line 4697: -- calling AD_ZD_SEED.PREPARE('

4693: --
4694: -- Prepare_NZDT_WFRESGEN
4695: -- (PRIVATE)
4696: -- This procedure is called from WFRESGEN to prepare the affected tables by
4697: -- calling AD_ZD_SEED.PREPARE(' 4698: -- is backed up in the current namespace.
4699: PROCEDURE Prepare_NZDT_WFRESGEN
4700: is
4701: begin

Line 4702: AD_ZD_SEED.PREPARE('WF_RESOURCES');

4698: -- is backed up in the current namespace.
4699: PROCEDURE Prepare_NZDT_WFRESGEN
4700: is
4701: begin
4702: AD_ZD_SEED.PREPARE('WF_RESOURCES');
4703: exception
4704: when others then
4705: WF_CORE.context('WF_LOAD', 'Prepare_NZDT_WFRESGEN', 'WF_RESOURCES', sqlerrm);
4706: raise;

Line 4713: -- calling AD_ZD_SEED.PREPARE('

4709: --
4710: -- Prepare_NZDT_WFLOAD
4711: -- (PRIVATE)
4712: -- This procedure is called from WFLOAD to prepare the affected tables by
4713: -- calling AD_ZD_SEED.PREPARE(' 4714: -- is backed up in the current namespace.
4715: PROCEDURE Prepare_NZDT_WFLOAD
4716: is
4717: l_package_name varchar2(30) := 'WF_LOAD';

Line 4741: AD_ZD_SEED.PREPARE(l_tem_tab_name);

4737: 'WF_PROCESS_ACTIVITIES');
4738: begin
4739: for i in WFTable.FIRST..WFTable.LAST loop
4740: l_tem_tab_name := WFTable(i);
4741: AD_ZD_SEED.PREPARE(l_tem_tab_name);
4742: end loop;
4743: exception
4744: when others then
4745: WF_CORE.context(l_package_name, l_module_name, l_tem_tab_name, sqlerrm);