DBA Data[Home] [Help]

APPS.OE_CHARGE_PVT dependencies on OE_LINE_UTIL

Line 1173: oe_line_util.query_row(p_line_id,l_line_rec);

1169: End;
1170:
1171: --query line and header record
1172: --Set org?
1173: oe_line_util.query_row(p_line_id,l_line_rec);
1174:
1175: If l_line_rec.line_id is null Then
1176: IF l_debug_level > 0 THEN
1177: oe_debug_pub.add( 'INVALID LINE ID OR INCORRECT ORG_ID' ) ;