DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_ORDER_CACHE

Line 14: g_set_rec OE_ORDER_CACHE.set_rec_type;

10: G_Set_Request_Tbl OE_ORDER_PUB.Request_Tbl_Type;
11: G_Set_Recursive_Flag BOOLEAN := FALSE;
12:
13: --Bug 4080531
14: g_set_rec OE_ORDER_CACHE.set_rec_type;
15:
16: Type Set_rec IS RECORD
17: (
18: Line_id number := FND_api.g_miss_num,

Line 171: RETURN OE_ORDER_CACHE.set_rec_type;

167: );
168:
169: -- This is use to cache the set record for performance reasons
170: FUNCTION get_set_rec(p_set_id IN NUMBER)
171: RETURN OE_ORDER_CACHE.set_rec_type;
172:
173: -- This api checks if all the set attributes on the set are same
174:
175: PROCEDURE Validate_set_attributes(p_set_id IN NUMBER ,