DBA Data[Home] [Help]

APPS.OE_GRP_SCH_UTIL dependencies on OE_LINE_UTIL

Line 1185: --l_model_line_rec := Oe_line_Util.Query_Row(p_line_id => l_line_id);

1181: IF l_debug_level > 0 THEN
1182: oe_debug_pub.add( 'LINE ID IS : ' || L_LINE_ID , 1 ) ;
1183: END IF;
1184:
1185: --l_model_line_rec := Oe_line_Util.Query_Row(p_line_id => l_line_id);
1186:
1187: OE_Line_Util.Query_Row(p_line_id => l_ato_line_id,
1188: x_line_rec => l_model_line_rec);
1189:

Line 1187: OE_Line_Util.Query_Row(p_line_id => l_ato_line_id,

1183: END IF;
1184:
1185: --l_model_line_rec := Oe_line_Util.Query_Row(p_line_id => l_line_id);
1186:
1187: OE_Line_Util.Query_Row(p_line_id => l_ato_line_id,
1188: x_line_rec => l_model_line_rec);
1189:
1190: IF l_debug_level > 0 THEN
1191: oe_debug_pub.add( 'CHECKING WAREHOUSE' , 1 ) ;

Line 1632: OE_LINE_UTIL.Get_Reserved_Quantity

1628: x_line_tbl(J) := l_set_line_tbl(I);
1629:
1630: IF x_line_tbl(J).schedule_status_code is not null THEN
1631: x_line_tbl(J).reserved_quantity :=
1632: OE_LINE_UTIL.Get_Reserved_Quantity
1633: (p_header_id => l_sales_order_id,
1634: p_line_id => x_line_tbl(J).line_id,
1635: p_org_id => x_line_tbl(J).ship_from_org_id);
1636: END IF;

Line 1691: OE_LINE_UTIL.Get_Reserved_Quantity

1687: J := J+1;
1688: x_line_tbl(J) := l_ii_line_tbl(K);
1689: IF x_line_tbl(J).schedule_status_code is not null THEN
1690: x_line_tbl(J).reserved_quantity :=
1691: OE_LINE_UTIL.Get_Reserved_Quantity
1692: (p_header_id => l_sales_order_id,
1693: p_line_id => x_line_tbl(J).line_id,
1694: p_org_id => x_line_tbl(J).ship_from_org_id);
1695: END IF;

Line 2074: -- l_new_line_rec := OE_Line_Util.Query_Row

2070: -- of the set to see the change is set attributes so that we can
2071: -- update the set itself.
2072:
2073: l_old_line_rec := l_old_line_tbl(1);
2074: -- l_new_line_rec := OE_Line_Util.Query_Row
2075: -- (p_line_id => l_old_line_rec.line_id);
2076:
2077: OE_Line_Util.Query_Row( p_line_id => l_old_line_rec.line_id,
2078: x_line_rec => l_new_line_rec);

Line 2077: OE_Line_Util.Query_Row( p_line_id => l_old_line_rec.line_id,

2073: l_old_line_rec := l_old_line_tbl(1);
2074: -- l_new_line_rec := OE_Line_Util.Query_Row
2075: -- (p_line_id => l_old_line_rec.line_id);
2076:
2077: OE_Line_Util.Query_Row( p_line_id => l_old_line_rec.line_id,
2078: x_line_rec => l_new_line_rec);
2079:
2080: -- Update the set attributes.
2081:

Line 2561: OE_LINE_UTIL.Get_Reserved_Quantity

2557: END IF;
2558:
2559: IF l_line_tbl(I).schedule_status_code is not null THEN
2560: l_line_tbl(I).reserved_quantity :=
2561: OE_LINE_UTIL.Get_Reserved_Quantity
2562: (p_header_id => l_sales_order_id,
2563: p_line_id => l_line_tbl(I).line_id,
2564: p_org_id => l_line_tbl(I).ship_from_org_id);
2565: l_old_line_tbl(I).reserved_quantity := l_line_tbl(I).reserved_quantity;

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

3115: RAISE FND_API.G_EXC_ERROR;
3116: END IF;
3117:
3118: -- Do not process delayed requests if this was a recursive
3119: -- call (e.g. from oe_line_util.pre_write_process)
3120: l_process_requests := TRUE;
3121:
3122: OE_Order_PVT.Process_Requests_And_Notify
3123: ( p_process_requests => l_process_requests

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

3632: RAISE FND_API.G_EXC_ERROR;
3633: END IF;
3634:
3635: -- Do not process delayed requests if this was a recursive
3636: -- call (e.g. from oe_line_util.pre_write_process)
3637: l_process_requests := TRUE;
3638:
3639: OE_Order_PVT.Process_Requests_And_Notify
3640: ( p_process_requests => l_process_requests

Line 3771: OE_Line_Util.Query_Row( p_line_id => c2.line_id

3767: -- Loop over fetched records
3768:
3769: FOR c2 IN l_line_csr LOOP
3770:
3771: OE_Line_Util.Query_Row( p_line_id => c2.line_id
3772: ,x_line_rec => l_line_rec );
3773:
3774: x_line_tbl(x_line_tbl.COUNT + 1) := l_line_rec;
3775:

Line 4007: -- l_line_rec := OE_LINE_UTIL.Query_Row

4003: initial := nextpos + 1.0;
4004: j := j + 1.0;
4005: nextpos := INSTR(l_record_ids,',',1,j) ;
4006:
4007: -- l_line_rec := OE_LINE_UTIL.Query_Row
4008: -- ( p_line_id => l_line_id
4009: -- );
4010:
4011: OE_Line_Util.Query_Row

Line 4011: OE_Line_Util.Query_Row

4007: -- l_line_rec := OE_LINE_UTIL.Query_Row
4008: -- ( p_line_id => l_line_id
4009: -- );
4010:
4011: OE_Line_Util.Query_Row
4012: ( p_line_id => l_line_id,
4013: x_line_rec => l_line_rec);
4014:
4015: