DBA Data[Home] [Help]

APPS.IPA_ASSET_MECH_APIS_PKG dependencies on PA_NL_INSTALLED

Line 17: g_nl_installed VARCHAR2(1):=PA_NL_INSTALLED.is_nl_installed;

13:
14: -- Globals added for CRL3.1
15:
16: /* Changed the initialization for g_nl_installed 3817786*/
17: g_nl_installed VARCHAR2(1):=PA_NL_INSTALLED.is_nl_installed;
18: g_number_of_units NUMBER:=null;
19: g_expenditure_item_id NUMBER:=null;
20: -- Variable used by the set_ and get_inservice_thru_date functions.
21: x_in_service_thru_date DATE;