DBA Data[Home] [Help]

APPS.OE_GROUP_SCH_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 3798: oe_delayed_requests_pvt.Clear_Request(

3794: THEN
3795: --Bug 5881611
3796: --Rolling back
3797: oe_debug_pub.add('Rollback for only atp check');
3798: oe_delayed_requests_pvt.Clear_Request(
3799: x_return_status => x_return_status);
3800: ROLLBACK TO SAVEPOINT SP_ONLY_ATP_CHECK;
3801:
3802: IF l_debug_level > 0 THEN

Line 4098: OE_Delayed_Requests_Pvt.Log_Request(

4094: IF l_debug_level > 0 THEN
4095: oe_debug_pub.add( 'UPDATE SHIPPING : CHILDREN OF MODEL ' || TO_CHAR ( OPTIONREC.LINE_ID ) , 1 ) ;
4096: END IF;
4097:
4098: OE_Delayed_Requests_Pvt.Log_Request(
4099: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4100: p_entity_id => optionrec.line_id,
4101: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4102: p_requesting_entity_id => optionrec.line_id,

Line 4398: OE_Delayed_Requests_Pvt.Log_Request(

4394: IF l_iline_tbl(I).shipping_interfaced_flag = 'Y' THEN
4395:
4396: oe_debug_pub.add('Line is interfaced ',2);
4397:
4398: OE_Delayed_Requests_Pvt.Log_Request(
4399: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4400: p_entity_id => l_iline_tbl(I).line_id,
4401: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4402: p_requesting_entity_id => l_iline_tbl(I).line_id,

Line 4757: OE_Delayed_Requests_Pvt.Log_Request(

4753: END IF;
4754:
4755: IF l_line_tbl(I).shipping_interfaced_flag = 'Y'
4756: AND l_line_tbl(I).Ordered_quantity > 0 THEN
4757: OE_Delayed_Requests_Pvt.Log_Request(
4758: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4759: p_entity_id => l_line_tbl(I).line_id,
4760: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4761: p_requesting_entity_id => l_line_tbl(I).line_id,