DBA Data[Home] [Help]

APPS.OE_GROUP_SCH_UTIL dependencies on OE_DELAYED_REQUESTS_PVT

Line 3882: oe_delayed_requests_pvt.Clear_Request(

3878: THEN
3879: --Bug 5881611
3880: --Rolling back
3881: oe_debug_pub.add('Rollback for only atp check');
3882: oe_delayed_requests_pvt.Clear_Request(
3883: x_return_status => x_return_status);
3884: ROLLBACK TO SAVEPOINT SP_ONLY_ATP_CHECK;
3885:
3886: IF l_debug_level > 0 THEN

Line 4182: OE_Delayed_Requests_Pvt.Log_Request(

4178: IF l_debug_level > 0 THEN
4179: oe_debug_pub.add( 'UPDATE SHIPPING : CHILDREN OF MODEL ' || TO_CHAR ( OPTIONREC.LINE_ID ) , 1 ) ;
4180: END IF;
4181:
4182: OE_Delayed_Requests_Pvt.Log_Request(
4183: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4184: p_entity_id => optionrec.line_id,
4185: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4186: p_requesting_entity_id => optionrec.line_id,

Line 4483: OE_Delayed_Requests_Pvt.Log_Request(

4479: IF l_iline_tbl(I).shipping_interfaced_flag = 'Y' THEN
4480:
4481: oe_debug_pub.add('Line is interfaced ',2);
4482:
4483: OE_Delayed_Requests_Pvt.Log_Request(
4484: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4485: p_entity_id => l_iline_tbl(I).line_id,
4486: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4487: p_requesting_entity_id => l_iline_tbl(I).line_id,

Line 4842: OE_Delayed_Requests_Pvt.Log_Request(

4838: END IF;
4839:
4840: IF l_line_tbl(I).shipping_interfaced_flag = 'Y'
4841: AND l_line_tbl(I).Ordered_quantity > 0 THEN
4842: OE_Delayed_Requests_Pvt.Log_Request(
4843: p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4844: p_entity_id => l_line_tbl(I).line_id,
4845: p_requesting_entity_code => OE_GLOBALS.G_ENTITY_LINE,
4846: p_requesting_entity_id => l_line_tbl(I).line_id,