DBA Data[Home] [Help]

APPS.OE_CHARGE_PVT dependencies on QP_LIST_HEADER_PHASES

Line 1106: --check if there is data qp_list_header_phases

1102: End;
1103: close list_line_info1;
1104: End If;
1105:
1106: --check if there is data qp_list_header_phases
1107: --if not this is a pricing bug
1108: IF l_debug_level > 0 THEN
1109: oe_debug_pub.add( 'CHECKING FOR PRICING BUG' ) ;
1110: END IF;

Line 1115: from qp_list_header_phases

1111: Begin
1112: Select list_header_id,
1113: pricing_phase_id
1114: Into l_list_header_id,l_pricing_phase_id
1115: from qp_list_header_phases
1116: where list_header_id = l_list_line_info.list_header_id;
1117: Exception
1118: when no_data_found Then
1119: --check if it has line level qualifier