DBA Data[Home] [Help]

APPS.QP_FORMULA_RULES_PVT dependencies on FND_INSTALLATION

Line 39: l_app_info := FND_INSTALLATION.GET_APP_INFO

35: BEGIN
36:
37: if g_schema is null then
38:
39: l_app_info := FND_INSTALLATION.GET_APP_INFO
40: ('FND',l_status, l_industry, g_schema);
41:
42: end if;
43: