DBA Data[Home] [Help]

APPS.OE_DEFAULTING_FWK_PUB dependencies on FND_INSTALLATION

Line 64: l_app_info := FND_INSTALLATION.GET_APP_INFO

60: BEGIN
61:
62: if g_schema is null then
63:
64: l_app_info := FND_INSTALLATION.GET_APP_INFO
65: ('FND',l_status, l_industry, g_schema);
66:
67: end if;
68: