DBA Data[Home] [Help]

APPS.AD_MORG dependencies on AD_MORG

Line 1: package body ad_morg as

1: package body ad_morg as
2: /* $Header: admorgb.pls 120.21.12010000.2 2009/01/05 08:27:47 diverma ship $ */
3:
4: --
5: -- Private Cursors

Line 470: raise_application_error(-20000, sqlerrm || ':ad_morg.replicate_table_data(' ||

466: exception
467: when table_not_found then
468: null;
469: when others then
470: raise_application_error(-20000, sqlerrm || ':ad_morg.replicate_table_data(' ||
471: X_table_name || ',' || X_target_org_id || '):' || statement);
472:
473: end replicate_table_data;
474:

Line 600: ':ad_morg.replicate_table_data_bulk(' ||

596: when table_not_found then
597: null;
598: when others then
599: raise_application_error(-20000, sqlerrm ||
600: ':ad_morg.replicate_table_data_bulk(' ||
601: X_table_name || ',' || X_source_org_id || '):' || statement);
602:
603: end replicate_table_data_bulk;
604:

Line 1760: ad_morg.load_table_list('N');

1756: l_num_org := 1;
1757: l_multi_org := FALSE;
1758: end if;
1759:
1760: ad_morg.load_table_list('N');
1761:
1762: if (X_table is null) then
1763:
1764: i := 1;

Line 1767: if (ad_morg.table_list(i) is not null

1763:
1764: i := 1;
1765:
1766: loop
1767: if (ad_morg.table_list(i) is not null
1768: and
1769: ad_morg.seed_data(i) = 'Y'
1770: and
1771: ad_morg.appl_list(i) = nvl(upper(X_appl_short_name),

Line 1769: ad_morg.seed_data(i) = 'Y'

1765:
1766: loop
1767: if (ad_morg.table_list(i) is not null
1768: and
1769: ad_morg.seed_data(i) = 'Y'
1770: and
1771: ad_morg.appl_list(i) = nvl(upper(X_appl_short_name),
1772: ad_morg.appl_list(i))
1773: )

Line 1771: ad_morg.appl_list(i) = nvl(upper(X_appl_short_name),

1767: if (ad_morg.table_list(i) is not null
1768: and
1769: ad_morg.seed_data(i) = 'Y'
1770: and
1771: ad_morg.appl_list(i) = nvl(upper(X_appl_short_name),
1772: ad_morg.appl_list(i))
1773: )
1774: then
1775:

Line 1772: ad_morg.appl_list(i))

1768: and
1769: ad_morg.seed_data(i) = 'Y'
1770: and
1771: ad_morg.appl_list(i) = nvl(upper(X_appl_short_name),
1772: ad_morg.appl_list(i))
1773: )
1774: then
1775:
1776: verify_table_seed_data(ad_morg.table_list(i), l_num_org,

Line 1776: verify_table_seed_data(ad_morg.table_list(i), l_num_org,

1772: ad_morg.appl_list(i))
1773: )
1774: then
1775:
1776: verify_table_seed_data(ad_morg.table_list(i), l_num_org,
1777: X_debug_level);
1778:
1779: end if;
1780:

Line 1781: if (ad_morg.table_list(i) is null) then

1777: X_debug_level);
1778:
1779: end if;
1780:
1781: if (ad_morg.table_list(i) is null) then
1782: exit;
1783: end if;
1784:
1785: i := i + 1;

Line 1803: end ad_morg;

1799: g_prev_product := '$#$#';
1800: g_oracle_schema := '$#$#';
1801: g_load_table_stats := 'Y';
1802:
1803: end ad_morg;