DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SET_UTIL

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

99: end if;
100: /* set the set type in g_set_tbl to invalid if the line is being deleted */
101:
102:
103: IF OE_SET_UTIL.g_set_tbl.count > 0 THEN
104:
105: if l_debug_level > 0 then
106: oe_debug_pub.add('Table Count : '||OE_SET_UTIL.g_set_tbl.count,3);
107: end if;

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

102:
103: IF OE_SET_UTIL.g_set_tbl.count > 0 THEN
104:
105: if l_debug_level > 0 then
106: oe_debug_pub.add('Table Count : '||OE_SET_UTIL.g_set_tbl.count,3);
107: end if;
108:
109: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.first;
110: WHILE l_set_tbl_count IS NOT NULL

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

105: if l_debug_level > 0 then
106: oe_debug_pub.add('Table Count : '||OE_SET_UTIL.g_set_tbl.count,3);
107: end if;
108:
109: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.first;
110: WHILE l_set_tbl_count IS NOT NULL
111: LOOP
112:
113: IF OE_SET_UTIL.g_set_tbl(l_set_tbl_count).line_id = p_line_id THEN

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

109: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.first;
110: WHILE l_set_tbl_count IS NOT NULL
111: LOOP
112:
113: IF OE_SET_UTIL.g_set_tbl(l_set_tbl_count).line_id = p_line_id THEN
114:
115: OE_SET_UTIL.g_set_tbl(l_set_tbl_count).set_type := 'INVALID_SET';
116:
117: if l_debug_level > 0 then

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

111: LOOP
112:
113: IF OE_SET_UTIL.g_set_tbl(l_set_tbl_count).line_id = p_line_id THEN
114:
115: OE_SET_UTIL.g_set_tbl(l_set_tbl_count).set_type := 'INVALID_SET';
116:
117: if l_debug_level > 0 then
118: oe_debug_pub.add('Set the set type as invalid ',3);
119: end if;

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

118: oe_debug_pub.add('Set the set type as invalid ',3);
119: end if;
120: END IF;
121:
122: l_set_tbl_count := OE_SET_UTIL.g_set_tbl.next(l_set_tbl_count);
123:
124: END LOOP;
125:
126: END IF;

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

208: end if;
209:
210: end if;
211:
212: OE_Set_Util.Remove_From_Fulfillment(p_line_id => p_line_id);
213:
214: /* Log and Execute the delayed request logged for update shipping
215: as they will get deleted in the next step */
216: if l_debug_level > 0 then

Line 18087: OE_Set_Util.Process_Sets

18083: -- Create Sets for lines and call group scheduling if any
18084: /*
18085: IF (p_control_rec.process AND
18086: OE_GLOBALS.G_RECURSION_MODE <> 'Y')THEN
18087: OE_Set_Util.Process_Sets
18088: (p_x_line_tbl => p_x_line_tbl);
18089: END IF;
18090: */
18091:

Line 18296: OE_Set_Util.Process_Sets

18292:
18293: IF (p_control_rec.process AND
18294: OE_GLOBALS.G_RECURSION_MODE <> 'Y')THEN
18295:
18296: OE_Set_Util.Process_Sets
18297: (p_x_line_tbl => p_x_line_tbl);
18298:
18299: IF OE_SPLIT_UTIL.G_SPLIT_ACTION = TRUE THEN
18300: