DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_SET_UTIL

Line 11389: IF NOT oe_set_util.g_set_recursive_flag THEN

11385:
11386: -- Set global set recursive flag
11387: -- The global flag to supress the sets logic to fire in
11388: -- get set id api in lines
11389: IF NOT oe_set_util.g_set_recursive_flag THEN
11390: is_set_recursion := 'N';
11391: oe_set_util.g_set_recursive_flag := TRUE;
11392: END IF;
11393:

Line 11391: oe_set_util.g_set_recursive_flag := TRUE;

11387: -- The global flag to supress the sets logic to fire in
11388: -- get set id api in lines
11389: IF NOT oe_set_util.g_set_recursive_flag THEN
11390: is_set_recursion := 'N';
11391: oe_set_util.g_set_recursive_flag := TRUE;
11392: END IF;
11393:
11394: -- Call OE_Order_PVT.Process_order
11395:

Line 11409: oe_set_util.g_set_recursive_flag := FALSE;

11405: -- fire in get set id api in lines
11406:
11407: IF is_set_recursion = 'N' THEN
11408: is_set_recursion := 'Y';
11409: oe_set_util.g_set_recursive_flag := FALSE;
11410: END IF;
11411:
11412: IF l_debug_level > 0 THEN
11413: oe_debug_pub.add( 'SCH: AFTER CALLING PROCESS ORDER' , 1 ) ;

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

13075: IF p_x_line_tbl(I).schedule_status_code is not null THEN -- 2680748 to restrict unscheduled lines
13076:
13077: IF p_x_line_tbl(I).arrival_set_id is not null THEN
13078:
13079: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).arrival_set_id,
13080: x_line_tbl => l_local_line_tbl);
13081:
13082: l_set_rec := OE_ORDER_CACHE.Load_Set
13083: (p_x_line_tbl(I).arrival_set_id);

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

13096:
13097: ELSIF p_x_line_tbl(I).ship_set_id is not null THEN
13098:
13099:
13100: OE_Set_Util.Query_Set_Rows(p_set_id => p_x_line_tbl(I).ship_set_id,
13101: x_line_tbl => l_local_line_tbl);
13102:
13103: l_set_rec := OE_ORDER_CACHE.Load_Set
13104: (p_x_line_tbl(I).ship_set_id);

Line 15715: OE_Set_Util.Update_Set

15711: ELSIF x_return_status = FND_API.G_RET_STS_ERROR THEN
15712: RAISE FND_API.G_EXC_ERROR;
15713: END IF;
15714:
15715: OE_Set_Util.Update_Set
15716: (p_Set_Id => p_request_rec.param2,
15717: p_Shipping_Method_Code => p_request_rec.param3,
15718: X_Return_Status => x_return_status,
15719: x_msg_count => l_msg_count,