DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on AP_MO_CACHE_UTILS

Line 1: PACKAGE BODY ap_mo_cache_utils AS

1: PACKAGE BODY ap_mo_cache_utils AS
2: /* $Header: apmocshb.pls 120.10.12010000.4 2009/01/09 15:04:20 kpasikan ship $ */
3:
4: --
5: -- This procedure retrieves operating unit attributes from the

Line 20: 'AP_MO_CACHE_UTILS.Retrieves_Globals';

16: BEGIN
17: -- Update the calling sequence
18: --
19: current_calling_sequence :=
20: 'AP_MO_CACHE_UTILS.Retrieves_Globals';
21:
22:
23:
24: --

Line 274: END ap_mo_cache_utils;

270: FND_MESSAGE.set_name('SQLAP', 'AP_OPTIONS_NOT_YET_DEFINED');
271: APP_EXCEPTION.raise_exception;
272: End If;
273: END retrieve_globals;
274: END ap_mo_cache_utils;