DBA Data[Home] [Help]

APPS.BSC_METADATA_OPTIMIZER_PKG dependencies on BSC_MO_DOC_PKG

Line 599: BSC_MO_DOC_PKG.Documentation(1);

595: --Generate documentation
596: bsc_mo_helper_pkg.writeTmp('Starting Doc, system time is '||bsc_mo_helper_pkg.get_time,
597: FND_LOG.LEVEL_STATEMENT, true);
598: logProgress('DOC', 'Starting Doc');
599: BSC_MO_DOC_PKG.Documentation(1);
600: logProgress('DOC', 'Completed Doc');
601: bsc_mo_helper_pkg.writeTmp('Done with Doc, system time is '||
602: bsc_mo_helper_pkg.get_time, FND_LOG.LEVEL_STATEMENT, true);
603: writetableCounts;

Line 1079: BSC_MO_DOC_PKG.Documentation(2);

1075: app_exception.raise_exception;
1076: return;
1077: END IF;
1078:
1079: BSC_MO_DOC_PKG.Documentation(2);
1080: -- bsc_security.Delete_Bsc_Session;
1081: bsc_locks_pub.remove_system_lock;
1082: EXCEPTION WHEN OTHERS THEN
1083: --bsc_security.Delete_Bsc_Session;