DBA Data[Home] [Help]

APPS.QP_QP_FORM_PRICING_ATTR dependencies on QP_LIST_HEADERS_B

Line 213: ( p_list_header_id IN qp_list_headers_b.list_header_id%type

209: RETURN QP_PRICING_PHASES.Name%Type;
210:
211: /* added list_header_id for freight and spl. charges Bug#4562869 */
212: FUNCTION Get_Charge_name
213: ( p_list_header_id IN qp_list_headers_b.list_header_id%type
214: , p_Charge_Type_code IN QP_CHARGE_LOOKUP.lookup_code%type
215: , p_Charge_Subtype_code IN QP_LOOKUPS.lookup_code%type
216: , p_list_line_type_code IN QP_LIST_LINES.list_line_type_code%type
217: )