DBA Data[Home] [Help]

APPS.PER_EMPDIR_SS dependencies on FND_INSTALLATION

Line 47: l_result := FND_INSTALLATION.GET_APP_INFO(

43: l_industry VARCHAR2(100) := '';
44: l_result BOOLEAN;
45: l_schema_owner VARCHAR2(10) := '';
46: BEGIN
47: l_result := FND_INSTALLATION.GET_APP_INFO(
48: 'PER',
49: l_status,
50: l_industry,
51: l_schema_owner);