DBA Data[Home] [Help]

APPS.XDP_MACROS dependencies on XDP_PARAM_CACHE

Line 1124: xdp_param_cache.clear_cache;

1120:
1121: -- The Parameter Config Cache is required for an FP
1122: -- Intialize the Cache
1123: pv_ParamCacheReqd := 'Y';
1124: xdp_param_cache.clear_cache;
1125: xdp_param_cache.init_cache(p_wi_instance_id => WIInstanceID,
1126: p_fa_instance_id => FAInstanceID);
1127:
1128: -- Setup the Channel Names for Communications and Send a SYNC message

Line 1125: xdp_param_cache.init_cache(p_wi_instance_id => WIInstanceID,

1121: -- The Parameter Config Cache is required for an FP
1122: -- Intialize the Cache
1123: pv_ParamCacheReqd := 'Y';
1124: xdp_param_cache.clear_cache;
1125: xdp_param_cache.init_cache(p_wi_instance_id => WIInstanceID,
1126: p_fa_instance_id => FAInstanceID);
1127:
1128: -- Setup the Channel Names for Communications and Send a SYNC message
1129: -- The SEND requires 2 channels: 1 Channel for sending commands

Line 1223: xdp_param_cache.clear_cache;

1219: p_error_description OUT NOCOPY varchar2)
1220: is
1221: begin
1222: -- Cleanup the Cache..
1223: xdp_param_cache.clear_cache;
1224:
1225: if SFM_SQLCODE <> 0 then
1226: p_return_code := SFM_SQLCODE;
1227: p_error_description := SFM_SQLERRM;