DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_ZD

Line 58: if (ad_zd.is_editions_enabled = 'N' or

54: return varchar2
55: is
56: flag boolean;
57: begin
58: if (ad_zd.is_editions_enabled = 'N' or
59: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))
60: then
61: g_current_snapshot_type := 'C';
62: g_global_snapshot_type := 'G';

Line 59: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))

55: is
56: flag boolean;
57: begin
58: if (ad_zd.is_editions_enabled = 'N' or
59: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))
60: then
61: g_current_snapshot_type := 'C';
62: g_global_snapshot_type := 'G';
63: else

Line 1101: if (ad_zd.is_editions_enabled = 'N' or

1097: l_dummy varchar2(1);
1098: begin
1099: l_inconsistent_flag := 'Y';
1100:
1101: if (ad_zd.is_editions_enabled = 'N' or
1102: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))
1103: then
1104: l_is_run_flow := TRUE;
1105: l_current_snapshot_type := 'C';

Line 1102: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))

1098: begin
1099: l_inconsistent_flag := 'Y';
1100:
1101: if (ad_zd.is_editions_enabled = 'N' or
1102: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))
1103: then
1104: l_is_run_flow := TRUE;
1105: l_current_snapshot_type := 'C';
1106: l_global_snapshot_type := 'G';

Line 2340: if (ad_zd.is_editions_enabled = 'N' or

2336: 'Applications System name for APPL-TOP ID "'||to_char(p_appl_top_id)||
2337: '" has not been initialized yet.');
2338: end if;
2339:
2340: if (ad_zd.is_editions_enabled = 'N' or
2341: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))
2342: then
2343: l_is_run_flow := TRUE;
2344: l_snapshot_type := 'C';

Line 2341: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))

2337: '" has not been initialized yet.');
2338: end if;
2339:
2340: if (ad_zd.is_editions_enabled = 'N' or
2341: sys_context('userenv', 'current_edition_name') = ad_zd.get_edition('RUN'))
2342: then
2343: l_is_run_flow := TRUE;
2344: l_snapshot_type := 'C';
2345: else