DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SET_UTIL

Line 286: IF OE_SET_UTIL.g_set_tbl.count > 0 THEN

282: end if;
283: /* set the set type in g_set_tbl to invalid if the line is being deleted */
284:
285:
286: IF OE_SET_UTIL.g_set_tbl.count > 0 THEN
287:
288: if l_debug_level > 0 then
289: oe_debug_pub.add('Table Count : '||OE_SET_UTIL.g_set_tbl.count,3);
290: end if;

Line 289: oe_debug_pub.add('Table Count : '||OE_SET_UTIL.g_set_tbl.count,3);

285:
286: IF OE_SET_UTIL.g_set_tbl.count > 0 THEN
287:
288: if l_debug_level > 0 then
289: oe_debug_pub.add('Table Count : '||OE_SET_UTIL.g_set_tbl.count,3);
290: end if;
291:
292: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.first;
293: WHILE l_set_tbl_count IS NOT NULL

Line 292: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.first;

288: if l_debug_level > 0 then
289: oe_debug_pub.add('Table Count : '||OE_SET_UTIL.g_set_tbl.count,3);
290: end if;
291:
292: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.first;
293: WHILE l_set_tbl_count IS NOT NULL
294: LOOP
295:
296: IF OE_SET_UTIL.g_set_tbl(l_set_tbl_count).line_id = p_line_id THEN

Line 296: IF OE_SET_UTIL.g_set_tbl(l_set_tbl_count).line_id = p_line_id THEN

292: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.first;
293: WHILE l_set_tbl_count IS NOT NULL
294: LOOP
295:
296: IF OE_SET_UTIL.g_set_tbl(l_set_tbl_count).line_id = p_line_id THEN
297:
298: OE_SET_UTIL.g_set_tbl(l_set_tbl_count).set_type := 'INVALID_SET';
299:
300: if l_debug_level > 0 then

Line 298: OE_SET_UTIL.g_set_tbl(l_set_tbl_count).set_type := 'INVALID_SET';

294: LOOP
295:
296: IF OE_SET_UTIL.g_set_tbl(l_set_tbl_count).line_id = p_line_id THEN
297:
298: OE_SET_UTIL.g_set_tbl(l_set_tbl_count).set_type := 'INVALID_SET';
299:
300: if l_debug_level > 0 then
301: oe_debug_pub.add('Set the set type as invalid ',3);
302: end if;

Line 305: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.next(l_set_tbl_count);

301: oe_debug_pub.add('Set the set type as invalid ',3);
302: end if;
303: END IF;
304:
305: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.next(l_set_tbl_count);
306:
307: END LOOP;
308:
309: END IF;

Line 395: OE_Set_Util.Remove_From_Fulfillment(p_line_id => p_line_id);

391: end if;
392:
393: end if;
394:
395: OE_Set_Util.Remove_From_Fulfillment(p_line_id => p_line_id);
396:
397: /* Log and Execute the delayed request logged for update shipping
398: as they will get deleted in the next step */
399: if l_debug_level > 0 then

Line 19515: OE_Set_Util.Update_Set

19511: end if;
19512: if l_debug_level > 0 then
19513: oe_debug_pub.add(' Line has set information, update the sets');
19514: end if;
19515: OE_Set_Util.Update_Set
19516: (p_Set_Id =>l_set_id,
19517: p_Ship_From_Org_Id =>p_x_line_rec.Ship_From_Org_Id,
19518: p_Ship_To_Org_Id =>p_x_line_rec.Ship_To_Org_Id,
19519: p_Schedule_Ship_Date =>p_x_line_rec.Schedule_Ship_Date,

Line 19889: OE_Set_Util.Process_Sets

19885: -- Create Sets for lines and call group scheduling if any
19886: /*
19887: IF (p_control_rec.process AND
19888: OE_GLOBALS.G_RECURSION_MODE <> 'Y')THEN
19889: OE_Set_Util.Process_Sets
19890: (p_x_line_tbl => p_x_line_tbl);
19891: END IF;
19892: */
19893:

Line 20128: OE_Set_Util.Process_Sets

20124:
20125: IF (p_control_rec.process AND
20126: OE_GLOBALS.G_RECURSION_MODE <> 'Y')THEN
20127:
20128: OE_Set_Util.Process_Sets
20129: (p_x_line_tbl => p_x_line_tbl);
20130:
20131: IF OE_SPLIT_UTIL.G_SPLIT_ACTION = TRUE THEN
20132: