DBA Data[Home] [Help]

APPS.XDPCORE_FA dependencies on XDP_ENGINE

Line 1765: XDP_ENGINE.GET_FE_CONFIGINFO (l_FeID,

1761: /* Got the FEID now get the FE Name. Fetype, FE SW/Generic etc... */
1762:
1763: begin
1764:
1765: XDP_ENGINE.GET_FE_CONFIGINFO (l_FeID,
1766: l_FeName,
1767: l_FetypeID,
1768: l_FeType,
1769: l_FeSWGeneric,

Line 1820: XDP_ENGINE.GET_FE_CONFIGINFO( l_FeName,

1816:
1817: /* Got the FE Name. Now get the FetypeID, FEID, SW/Generic */
1818:
1819: begin
1820: XDP_ENGINE.GET_FE_CONFIGINFO( l_FeName,
1821: l_FeID,
1822: l_FetypeID,
1823: l_FeType,
1824: l_FeSWGeneric,

Line 5003: XDP_ENGINE.GET_FE_CONNECTIONPROC( FeName,

4999: l_ConnectProc varchar2(80);
5000: l_DisconnectProc varchar2(80);
5001: begin
5002:
5003: XDP_ENGINE.GET_FE_CONNECTIONPROC( FeName,
5004: l_ConnectProc,
5005: l_DisconnectProc);
5006:
5007: XDP_UTILITIES.Call_NEConnection_Proc(l_DisConnectProc,