DBA Data[Home] [Help]

APPS.GMA_PURGE_VALIDATE dependencies on FND_INSTALLATION

Line 21: -- Defining these variables for UDTF bug 3431801 to make use of FND_INSTALLATION api by Khaja

17: and owner=c_schema_owner;
18:
19: l_scratch NUMBER(1);
20:
21: -- Defining these variables for UDTF bug 3431801 to make use of FND_INSTALLATION api by Khaja
22: v_schema varchar2(100);
23: v_status varchar2(100);
24: v_industry varchar2(100);
25:

Line 46: if fnd_installation.GET_APP_INFO(rec.application_short_name,v_status,v_industry,v_schema) then

42:
43: if rec.application_short_name='APPS' then
44: l_schema_owner:=rec.application_short_name;
45: else
46: if fnd_installation.GET_APP_INFO(rec.application_short_name,v_status,v_industry,v_schema) then
47: l_schema_owner:=v_schema;
48: end if;
49: end if;
50: