DBA Data[Home] [Help]

APPS.XDP_ADAPTER_CORE_DB dependencies on XDP_ENGINE

Line 24: FeAttributes := XDP_ENGINE.Get_FE_AttributeVal_List(p_fe_id => FeID);

20: FeAttributes XDP_TYPES.ORDER_PARAMETER_LIST;
21: begin
22:
23: begin
24: FeAttributes := XDP_ENGINE.Get_FE_AttributeVal_List(p_fe_id => FeID);
25: exception
26: when no_data_found then
27: null;
28: end;