DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on OE_LINE_UTIL

Line 396: -- l_line_rec := OE_Line_Util.Query_Row

392: --
393: BEGIN
394: -- x_line_rec := p_line_rec;
395:
396: -- l_line_rec := OE_Line_Util.Query_Row
397: -- (p_line_id => p_x_line_rec.line_id);
398:
399: OE_Line_Util.Query_Row(p_line_id => p_x_line_rec.line_id,
400: x_line_rec => l_line_rec);

Line 399: OE_Line_Util.Query_Row(p_line_id => p_x_line_rec.line_id,

395:
396: -- l_line_rec := OE_Line_Util.Query_Row
397: -- (p_line_id => p_x_line_rec.line_id);
398:
399: OE_Line_Util.Query_Row(p_line_id => p_x_line_rec.line_id,
400: x_line_rec => l_line_rec);
401:
402: IF NOT OE_GLOBALS.Equal(p_x_line_rec.ship_from_org_id,
403: l_line_rec.ship_from_org_id)

Line 830: OE_LINE_UTIL.Get_Reserved_Quantity

826: l_line_rec.delivery_lead_time := p_x_line_rec.delivery_lead_time;
827: END IF;
828:
829: l_line_rec.reserved_quantity :=
830: OE_LINE_UTIL.Get_Reserved_Quantity
831: (p_header_id => l_sales_order_id,
832: p_line_id => l_line_rec.line_id,
833: p_org_id => l_line_rec.ship_from_org_id);
834:

Line 955: -- call (e.g. from oe_line_util.pre_write_process)

951:
952: END IF;
953:
954: -- Do not process delayed requests if this was a recursive
955: -- call (e.g. from oe_line_util.pre_write_process)
956: IF p_recursive_call = FND_API.G_TRUE THEN
957: l_process_requests := FALSE;
958: ELSE
959: l_process_requests := TRUE;

Line 1321: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2

1317: oe_debug_pub.add( 'RR: L_OLD_LINE_REC.RESERVED_QUANTITY IS MISSING' , 1 ) ;
1318: END IF;
1319: END IF;
1320:
1321: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
1322:
1323: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
1324: ,p_line_id => l_line_rec.line_id
1325: ,p_org_id => l_line_rec.ship_from_org_id

Line 1323: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id

1319: END IF;
1320:
1321: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
1322:
1323: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
1324: ,p_line_id => l_line_rec.line_id
1325: ,p_org_id => l_line_rec.ship_from_org_id
1326: ,x_reserved_quantity => l_old_line_rec.reserved_quantity
1327: ,x_reserved_quantity2 => l_old_line_rec.reserved_quantity2

Line 1330: OE_LINE_UTIL.Get_Reserved_Quantity

1326: ,x_reserved_quantity => l_old_line_rec.reserved_quantity
1327: ,x_reserved_quantity2 => l_old_line_rec.reserved_quantity2
1328: );
1329: /*l_old_line_rec.reserved_quantity :=
1330: OE_LINE_UTIL.Get_Reserved_Quantity
1331: (p_header_id => l_sales_order_id,
1332: p_line_id => l_line_rec.line_id,
1333: p_org_id => l_line_rec.ship_from_org_id);
1334:

Line 1336: OE_LINE_UTIL.Get_Reserved_Quantity2

1332: p_line_id => l_line_rec.line_id,
1333: p_org_id => l_line_rec.ship_from_org_id);
1334:
1335: l_old_line_rec.reserved_quantity2 := -- INVCONV
1336: OE_LINE_UTIL.Get_Reserved_Quantity2
1337: (p_header_id => l_sales_order_id,
1338: p_line_id => l_line_rec.line_id,
1339: p_org_id => l_line_rec.ship_from_org_id); */
1340:

Line 1971: -- call (e.g. from oe_line_util.pre_write_process)

1967: RAISE FND_API.G_EXC_ERROR;
1968: END IF;
1969:
1970: -- Do not process delayed requests if this was a recursive
1971: -- call (e.g. from oe_line_util.pre_write_process)
1972: IF p_recursive_call = FND_API.G_TRUE THEN
1973: l_process_requests := FALSE;
1974: ELSE
1975: l_process_requests := TRUE;

Line 2232: -- call (e.g. from oe_line_util.pre_write_process)

2228: /** Instead call process_requests_and_notify after this update_line_rec **/
2229: /** procedure is called. **/
2230: /*
2231: -- Do not process delayed requests if this was a recursive
2232: -- call (e.g. from oe_line_util.pre_write_process)
2233: IF p_recursive_call = FND_API.G_TRUE THEN
2234: l_process_requests := FALSE;
2235: ELSE
2236: l_process_requests := TRUE;

Line 9761: -- l_model_line_rec := OE_LINE_UTIL.Query_Row(p_ato_line_id);

9757: --
9758: BEGIN
9759: SAVEPOINT insert_mand_comp;
9760:
9761: -- l_model_line_rec := OE_LINE_UTIL.Query_Row(p_ato_line_id);
9762:
9763: OE_Line_Util.Query_Row(p_line_id => p_ato_line_id,
9764: x_line_rec => l_model_line_rec);
9765:

Line 9763: OE_Line_Util.Query_Row(p_line_id => p_ato_line_id,

9759: SAVEPOINT insert_mand_comp;
9760:
9761: -- l_model_line_rec := OE_LINE_UTIL.Query_Row(p_ato_line_id);
9762:
9763: OE_Line_Util.Query_Row(p_line_id => p_ato_line_id,
9764: x_line_rec => l_model_line_rec);
9765:
9766: l_st_atp_lead_time :=
9767: Get_Lead_Time

Line 10135: OE_Line_Util.Query_Row(p_line_id => p_line_id,

10131:
10132: IF l_debug_level > 0 THEN
10133: oe_debug_pub.add( 'ENTERING OE_ORDER_SCH_UTIL.DELETE_ROW' , 1 ) ;
10134: END IF;
10135: OE_Line_Util.Query_Row(p_line_id => p_line_id,
10136: x_line_rec => l_line_rec);
10137:
10138: IF l_debug_level > 0 THEN
10139: oe_debug_pub.add( 'ITEM TYPE :' || L_LINE_REC.ITEM_TYPE_CODE , 1 ) ;

Line 10150: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2

10146:
10147: l_sales_order_id := OE_ORDER_SCH_UTIL.Get_mtl_sales_order_id
10148: (l_line_rec.HEADER_ID);
10149:
10150: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
10151:
10152: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
10153: ,p_line_id => l_line_rec.line_id
10154: ,p_org_id => l_line_rec.ship_from_org_id

Line 10152: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id

10148: (l_line_rec.HEADER_ID);
10149:
10150: -- INVCONV - MERGED CALLS FOR OE_LINE_UTIL.Get_Reserved_Quantity and OE_LINE_UTIL.Get_Reserved_Quantity2
10151:
10152: OE_LINE_UTIL.Get_Reserved_Quantities(p_header_id => l_sales_order_id
10153: ,p_line_id => l_line_rec.line_id
10154: ,p_org_id => l_line_rec.ship_from_org_id
10155: ,x_reserved_quantity => l_line_rec.reserved_quantity
10156: ,x_reserved_quantity2 => l_line_rec.reserved_quantity2

Line 10161: OE_LINE_UTIL.Get_Reserved_Quantity

10157: );
10158:
10159:
10160: /*l_line_rec.reserved_quantity :=
10161: OE_LINE_UTIL.Get_Reserved_Quantity
10162: (p_header_id => l_sales_order_id,
10163: p_line_id => l_line_rec.line_id,
10164: p_org_id => l_line_rec.ship_from_org_id);
10165: l_line_rec.reserved_quantity2 := -- INVCONV

Line 10166: OE_LINE_UTIL.Get_Reserved_Quantity2

10162: (p_header_id => l_sales_order_id,
10163: p_line_id => l_line_rec.line_id,
10164: p_org_id => l_line_rec.ship_from_org_id);
10165: l_line_rec.reserved_quantity2 := -- INVCONV
10166: OE_LINE_UTIL.Get_Reserved_Quantity2
10167: (p_header_id => l_sales_order_id,
10168: p_line_id => l_line_rec.line_id,
10169: p_org_id => l_line_rec.ship_from_org_id); */
10170: