DBA Data[Home] [Help]

APPS.FND_CP_GSM_IPC dependencies on WF_RESOURCES

Line 20: from WF_RESOURCES

16:
17: if (P_Applsys_Schema is null) then
18: Select TEXT
19: into P_Applsys_Schema
20: from WF_RESOURCES
21: where TYPE = 'WFTKN'
22: and NAME = 'WF_SCHEMA'
23: and rownum = 1;
24: end if;