DBA Data[Home] [Help]

APPS.ECX_NZDT dependencies on AD_ZD_SEED

Line 21: ad_zd_seed.prepare(l_next_table);

17: 'ECX_ATTRIBUTE_MAPPINGS', 'ECX_TRAN_STAGE_DATA','ECX_PROC_MAPPINGS');
18: FOR i IN lst_map_tables.FIRST .. lst_map_tables.LAST
19: LOOP
20: l_next_table := lst_map_tables(i);
21: ad_zd_seed.prepare(l_next_table);
22: END LOOP;
23: EXCEPTION
24: when others then
25: RAISE_APPLICATION_ERROR('-20004','Exception occured after calling ad_zd_seed.prepare api on table '||l_next_table||' and SQLERRM is '||SQLERRM);

Line 25: RAISE_APPLICATION_ERROR('-20004','Exception occured after calling ad_zd_seed.prepare api on table '||l_next_table||' and SQLERRM is '||SQLERRM);

21: ad_zd_seed.prepare(l_next_table);
22: END LOOP;
23: EXCEPTION
24: when others then
25: RAISE_APPLICATION_ERROR('-20004','Exception occured after calling ad_zd_seed.prepare api on table '||l_next_table||' and SQLERRM is '||SQLERRM);
26: END PREPARELOADMAP;
27: END ECX_NZDT;