DBA Data[Home] [Help]

APPS.XDP_MACROS dependencies on XDP_ENGINE

Line 959: l_FeAttrVal := xdp_engine.get_fe_attributeval(

955:
956: pv_MesgTimeout := 0;
957:
958: begin
959: l_FeAttrVal := xdp_engine.get_fe_attributeval(
960: pv_FeID, pv_attrFeCmdTimeout);
961: if l_FeAttrVal is null then
962: l_CmdTimeout := pv_defFeCmdTimeout;
963: else

Line 974: l_FeAttrVal := xdp_engine.get_fe_attributeval(

970: raise;
971: end;
972:
973: begin
974: l_FeAttrVal := xdp_engine.get_fe_attributeval(
975: pv_FeID, pv_attrFeRetryCount);
976: if l_FeAttrVal is null then
977: l_Retries := pv_defFeRetryCount;
978: else

Line 989: l_FeAttrVal := xdp_engine.get_fe_attributeval(

985: raise;
986: end;
987:
988: begin
989: l_FeAttrVal := xdp_engine.get_fe_attributeval(
990: pv_FeID, pv_attrFeCmdRetryWait);
991: if l_FeAttrVal is null then
992: l_RetryWait := pv_defFeCmdRetryWait;
993: else

Line 1148: XDP_ENGINE.GET_FE_CONFIGINFO ( pv_FeName,

1144:
1145: -- Setup the timeout for response from the adapter for each
1146: -- command
1147:
1148: XDP_ENGINE.GET_FE_CONFIGINFO ( pv_FeName,
1149: pv_FeID,
1150: pv_FeTypeID,
1151: pv_FeType,
1152: pv_SwGeneric,