DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on OE_SET_UTIL

Line 527: IF NOT oe_set_util.g_set_recursive_flag THEN

523: IF l_explode THEN
524:
525: -- Set the recursion flag here to suppress sets related logic
526:
527: IF NOT oe_set_util.g_set_recursive_flag THEN
528: is_set_recursion := 'N';
529: oe_set_util.g_set_recursive_flag := TRUE;
530: END IF;
531:

Line 529: oe_set_util.g_set_recursive_flag := TRUE;

525: -- Set the recursion flag here to suppress sets related logic
526:
527: IF NOT oe_set_util.g_set_recursive_flag THEN
528: is_set_recursion := 'N';
529: oe_set_util.g_set_recursive_flag := TRUE;
530: END IF;
531:
532: -- Calling Process_Included_Items. This procedure
533: -- will take care of explosions and updateing the picture

Line 546: oe_set_util.g_set_recursive_flag := FALSE;

542: p_freeze => FALSE);
543:
544: IF is_set_recursion = 'N' THEN
545: is_set_recursion := 'Y';
546: oe_set_util.g_set_recursive_flag := FALSE;
547: END IF;
548:
549:
550: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1037: -- l_line_tbl := OE_Set_util.Query_Set_Rows(p_line_rec.ship_set_id);

1033: IF l_debug_level > 0 THEN
1034: oe_debug_pub.add( 'ENTERING RESCHEDULE_SET' , 1 ) ;
1035: END IF;
1036: x_return_status := l_return_status;
1037: -- l_line_tbl := OE_Set_util.Query_Set_Rows(p_line_rec.ship_set_id);
1038: OE_Set_Util.Query_Set_Rows(p_set_id => p_line_rec.ship_set_id,
1039: x_line_tbl => l_line_tbl);
1040:
1041: -- Let us first unschedule the whole set

Line 1038: OE_Set_Util.Query_Set_Rows(p_set_id => p_line_rec.ship_set_id,

1034: oe_debug_pub.add( 'ENTERING RESCHEDULE_SET' , 1 ) ;
1035: END IF;
1036: x_return_status := l_return_status;
1037: -- l_line_tbl := OE_Set_util.Query_Set_Rows(p_line_rec.ship_set_id);
1038: OE_Set_Util.Query_Set_Rows(p_set_id => p_line_rec.ship_set_id,
1039: x_line_tbl => l_line_tbl);
1040:
1041: -- Let us first unschedule the whole set
1042: FOR I IN 1..l_line_tbl.count LOOP

Line 2183: oe_set_util.g_set_recursive_flag := TRUE;

2179: -- The global flag to supress the sets logic to fire in
2180: -- get set id api in lines
2181: /*
2182: IF p_recursive_call = FND_API.G_TRUE THEN
2183: oe_set_util.g_set_recursive_flag := TRUE;
2184: END IF;
2185: */
2186: IF NOT oe_set_util.g_set_recursive_flag THEN
2187: is_set_recursion := 'N';

Line 2186: IF NOT oe_set_util.g_set_recursive_flag THEN

2182: IF p_recursive_call = FND_API.G_TRUE THEN
2183: oe_set_util.g_set_recursive_flag := TRUE;
2184: END IF;
2185: */
2186: IF NOT oe_set_util.g_set_recursive_flag THEN
2187: is_set_recursion := 'N';
2188: oe_set_util.g_set_recursive_flag := TRUE;
2189: END IF;
2190:

Line 2188: oe_set_util.g_set_recursive_flag := TRUE;

2184: END IF;
2185: */
2186: IF NOT oe_set_util.g_set_recursive_flag THEN
2187: is_set_recursion := 'N';
2188: oe_set_util.g_set_recursive_flag := TRUE;
2189: END IF;
2190:
2191: -- Call OE_Order_PVT.Process_order
2192:

Line 2206: oe_set_util.g_set_recursive_flag := FALSE;

2202: -- fire in get set id api in lines
2203:
2204: IF is_set_recursion = 'N' THEN
2205: is_set_recursion := 'Y';
2206: oe_set_util.g_set_recursive_flag := FALSE;
2207: END IF;
2208:
2209: /*
2210: IF p_recursive_call = FND_API.G_TRUE THEN

Line 2211: oe_set_util.g_set_recursive_flag := FALSE;

2207: END IF;
2208:
2209: /*
2210: IF p_recursive_call = FND_API.G_TRUE THEN
2211: oe_set_util.g_set_recursive_flag := FALSE;
2212: END IF;
2213: */
2214: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2215: IF l_debug_level > 0 THEN

Line 2307: oe_set_util.g_set_recursive_flag := FALSE;

2303: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
2304: x_return_status := FND_API.G_RET_STS_ERROR;
2305:
2306: IF is_set_recursion = 'N' THEN
2307: oe_set_util.g_set_recursive_flag := FALSE;
2308: END IF;
2309:
2310: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2311:

Line 2316: oe_set_util.g_set_recursive_flag := FALSE;

2312: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
2313: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2314:
2315: IF is_set_recursion = 'N' THEN
2316: oe_set_util.g_set_recursive_flag := FALSE;
2317: END IF;
2318:
2319: WHEN OTHERS THEN
2320:

Line 2325: oe_set_util.g_set_recursive_flag := FALSE;

2321: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'Y';
2322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2323:
2324: IF is_set_recursion = 'N' THEN
2325: oe_set_util.g_set_recursive_flag := FALSE;
2326: END IF;
2327:
2328: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2329: THEN

Line 8397: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).arrival_set_id,

8393: THEN
8394:
8395: IF p_x_line_tbl(I).arrival_set_id is not null THEN
8396:
8397: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).arrival_set_id,
8398: x_line_tbl => l_local_line_tbl);
8399:
8400:
8401: FOR L IN 1..l_local_line_tbl.count LOOP

Line 8415: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).ship_set_id,

8411:
8412: ELSIF p_x_line_tbl(I).ship_set_id is not null THEN
8413:
8414:
8415: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).ship_set_id,
8416: x_line_tbl => l_local_line_tbl);
8417:
8418: FOR L IN 1..l_local_line_tbl.count LOOP
8419: