DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 164: type NameTabTyp is table of Wf_Item_Attribute_Values.NAME%TYPE

160:
161: synch_attr_arr AttrArrayTyp; -- Array of item attributes
162: synch_attr_count pls_integer := 0; -- Array size
163:
164: type NameTabTyp is table of Wf_Item_Attribute_Values.NAME%TYPE
165: index by binary_integer;
166: type TextTabTyp is table of Wf_Item_Attribute_Values.TEXT_VALUE%TYPE
167: index by binary_integer;
168: type NumTabTyp is table of Wf_Item_Attribute_Values.NUMBER_VALUE%TYPE

Line 166: type TextTabTyp is table of Wf_Item_Attribute_Values.TEXT_VALUE%TYPE

162: synch_attr_count pls_integer := 0; -- Array size
163:
164: type NameTabTyp is table of Wf_Item_Attribute_Values.NAME%TYPE
165: index by binary_integer;
166: type TextTabTyp is table of Wf_Item_Attribute_Values.TEXT_VALUE%TYPE
167: index by binary_integer;
168: type NumTabTyp is table of Wf_Item_Attribute_Values.NUMBER_VALUE%TYPE
169: index by binary_integer;
170: type DateTabTyp is table of Wf_Item_Attribute_Values.DATE_VALUE%TYPE

Line 168: type NumTabTyp is table of Wf_Item_Attribute_Values.NUMBER_VALUE%TYPE

164: type NameTabTyp is table of Wf_Item_Attribute_Values.NAME%TYPE
165: index by binary_integer;
166: type TextTabTyp is table of Wf_Item_Attribute_Values.TEXT_VALUE%TYPE
167: index by binary_integer;
168: type NumTabTyp is table of Wf_Item_Attribute_Values.NUMBER_VALUE%TYPE
169: index by binary_integer;
170: type DateTabTyp is table of Wf_Item_Attribute_Values.DATE_VALUE%TYPE
171: index by binary_integer;
172:

Line 170: type DateTabTyp is table of Wf_Item_Attribute_Values.DATE_VALUE%TYPE

166: type TextTabTyp is table of Wf_Item_Attribute_Values.TEXT_VALUE%TYPE
167: index by binary_integer;
168: type NumTabTyp is table of Wf_Item_Attribute_Values.NUMBER_VALUE%TYPE
169: index by binary_integer;
170: type DateTabTyp is table of Wf_Item_Attribute_Values.DATE_VALUE%TYPE
171: index by binary_integer;
172:
173:
174: --