DBA Data[Home] [Help]

APPS.OE_HOLDS_PVT dependencies on OE_LINE_UTIL

Line 2114: l_line_rec := oe_line_util.query_row(p_line_id => l_line_id);

2110: end if;
2111: end if;
2112:
2113: if ( l_line_id is not null ) then
2114: l_line_rec := oe_line_util.query_row(p_line_id => l_line_id);
2115: if ( l_debug_level > 0 ) then
2116: oe_debug_pub.add('.... Queried up line record.');
2117: end if;
2118: end if;

Line 5162: oe_line_util.query_row(

5158: IF p_hold_source_rec.line_id is not NULL THEN
5159: IF l_debug_level > 0 THEN
5160: oe_debug_pub.add(' p_hold_source_rec.line_id : ' || p_hold_source_rec.line_id );
5161: END IF;
5162: oe_line_util.query_row(
5163: p_line_id => p_hold_source_rec.line_id
5164: ,x_line_rec => l_line_rec
5165: );
5166: END IF;

Line 5184: oe_line_util.query_row(

5180: oe_header_util.query_row ( p_header_id => p_hold_source_rec.header_id,
5181: x_header_rec => l_header_rec);
5182: END IF;
5183: IF p_hold_source_rec.line_id is not NULL THEN
5184: oe_line_util.query_row(
5185: p_line_id => p_hold_source_rec.line_id
5186: ,x_line_rec => l_line_rec
5187: );
5188: END IF;

Line 5376: l_line_rec := oe_line_util.query_row(p_line_id => l_line_id);

5372: end if;
5373: end if;
5374:
5375: if ( l_line_id is not null ) then
5376: l_line_rec := oe_line_util.query_row(p_line_id => l_line_id);
5377: if ( l_debug_level > 0 ) then
5378: oe_debug_pub.add('.... Queried up line record.');
5379: end if;
5380: end if;

Line 6785: OE_LINE_UTIL.Query_Row

6781: l_prev_org_id := p_sel_rec_tbl(j).org_id;
6782: END IF;
6783:
6784: l_line_id := p_sel_rec_tbl(j).id1;
6785: OE_LINE_UTIL.Query_Row
6786: ( p_line_id => l_line_id,
6787: x_line_rec => l_line_rec
6788: );
6789:

Line 7273: OE_LINE_UTIL.Query_Row

7269: END IF;
7270:
7271:
7272: L_line_id := p_sel_rec_tbl(j).id1;
7273: OE_LINE_UTIL.Query_Row
7274: ( p_line_id => l_line_id,
7275: x_line_rec => l_line_rec
7276: );
7277: OE_DEBUG_PUB.Add('header_id: '||l_line_rec.header_id);

Line 8055: OE_LINE_UTIL.Query_Row

8051: l_prev_org_id := p_sel_rec_tbl(j).org_id;
8052: END IF;
8053:
8054: L_line_id := p_sel_rec_tbl(j).id1;
8055: OE_LINE_UTIL.Query_Row
8056: ( p_line_id => l_line_id,
8057: x_line_rec => l_line_rec
8058: );
8059: OE_DEBUG_PUB.Add('header_id: '||l_line_rec.header_id);

Line 15085: oe_line_util.query_row(

15081: IF p_hold_source_rec.line_id is not NULL THEN
15082: IF l_debug_level > 0 THEN
15083: oe_debug_pub.add(' p_hold_source_rec.line_id : ' || p_hold_source_rec.line_id );
15084: END IF;
15085: oe_line_util.query_row(
15086: p_line_id => p_hold_source_rec.line_id
15087: ,x_line_rec => l_line_rec
15088: );
15089: END IF;

Line 15109: oe_line_util.query_row(

15105: oe_header_util.query_row ( p_header_id => p_hold_source_rec.header_id,
15106: x_header_rec => l_header_rec);
15107: END IF;
15108: IF p_hold_source_rec.line_id is not NULL THEN
15109: oe_line_util.query_row(
15110: p_line_id => p_hold_source_rec.line_id
15111: ,x_line_rec => l_line_rec
15112: );
15113: END IF;