DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_SET_UTIL

Line 12996: IF NOT oe_set_util.g_set_recursive_flag THEN

12992:
12993: -- Set global set recursive flag
12994: -- The global flag to supress the sets logic to fire in
12995: -- get set id api in lines
12996: IF NOT oe_set_util.g_set_recursive_flag THEN
12997: is_set_recursion := 'N';
12998: oe_set_util.g_set_recursive_flag := TRUE;
12999: END IF;
13000:

Line 12998: oe_set_util.g_set_recursive_flag := TRUE;

12994: -- The global flag to supress the sets logic to fire in
12995: -- get set id api in lines
12996: IF NOT oe_set_util.g_set_recursive_flag THEN
12997: is_set_recursion := 'N';
12998: oe_set_util.g_set_recursive_flag := TRUE;
12999: END IF;
13000:
13001: -- Call OE_Order_PVT.Process_order
13002:

Line 13016: oe_set_util.g_set_recursive_flag := FALSE;

13012: -- fire in get set id api in lines
13013:
13014: IF is_set_recursion = 'N' THEN
13015: is_set_recursion := 'Y';
13016: oe_set_util.g_set_recursive_flag := FALSE;
13017: END IF;
13018:
13019: IF l_debug_level > 0 THEN
13020: oe_debug_pub.add( 'SCH: AFTER CALLING PROCESS ORDER' , 1 ) ;

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

14928:
14929: l_order_date_type_code := NVL(oe_schedule_util.Get_Date_Type(p_x_line_tbl(I).header_id),'SHIP'); -- 8706868
14930: IF p_x_line_tbl(I).arrival_set_id is not null THEN
14931:
14932: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).arrival_set_id,
14933: x_line_tbl => l_local_line_tbl);
14934:
14935: l_set_rec := OE_ORDER_CACHE.Load_Set
14936: (p_x_line_tbl(I).arrival_set_id);

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

15006:
15007: ELSIF p_x_line_tbl(I).ship_set_id is not null THEN
15008:
15009:
15010: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).ship_set_id,
15011: x_line_tbl => l_local_line_tbl);
15012:
15013: l_set_rec := OE_ORDER_CACHE.Load_Set
15014: (p_x_line_tbl(I).ship_set_id);

Line 18263: OE_Set_Util.Update_Set

18259: ELSIF x_return_status = FND_API.G_RET_STS_ERROR THEN
18260: RAISE FND_API.G_EXC_ERROR;
18261: END IF;
18262:
18263: OE_Set_Util.Update_Set
18264: (p_Set_Id => p_request_rec.param2,
18265: p_Shipping_Method_Code => p_request_rec.param3,
18266: X_Return_Status => x_return_status,
18267: x_msg_count => l_msg_count,