DBA Data[Home] [Help]

APPS.MSC_PURGE_LID dependencies on FND_APPLICATION

Line 1745: FROM fnd_application

1741: SELECT application_short_name
1742:
1743: INTO lv_schema_short_nm
1744:
1745: FROM fnd_application
1746:
1747: WHERE application_id=724;
1748:
1749:

Line 1975: FROM fnd_application

1971: SELECT application_short_name
1972:
1973: INTO lv_schema_short_nm
1974:
1975: FROM fnd_application
1976:
1977: WHERE application_id=704;
1978:
1979: EXCEPTION

Line 2151: FROM fnd_application

2147: SELECT application_short_name
2148:
2149: INTO lv_schema_short_nm
2150:
2151: FROM fnd_application
2152:
2153: WHERE application_id=724;
2154:
2155: