DBA Data[Home] [Help]

APPS.QP_QP_FORM_PRICING_ATTR dependencies on QP_LOOKUPS

Line 201: ( p_lookup_code IN QP_LOOKUPS.lookup_code%type

197:
198:
199:
200: FUNCTION Get_MEANING
201: ( p_lookup_code IN QP_LOOKUPS.lookup_code%type
202: , p_lookup_type IN QP_LOOKUPS.lookup_type%type
203: )
204: RETURN QP_LOOKUPS.Meaning%Type;
205:

Line 202: , p_lookup_type IN QP_LOOKUPS.lookup_type%type

198:
199:
200: FUNCTION Get_MEANING
201: ( p_lookup_code IN QP_LOOKUPS.lookup_code%type
202: , p_lookup_type IN QP_LOOKUPS.lookup_type%type
203: )
204: RETURN QP_LOOKUPS.Meaning%Type;
205:
206: FUNCTION Get_Pricing_Phase

Line 204: RETURN QP_LOOKUPS.Meaning%Type;

200: FUNCTION Get_MEANING
201: ( p_lookup_code IN QP_LOOKUPS.lookup_code%type
202: , p_lookup_type IN QP_LOOKUPS.lookup_type%type
203: )
204: RETURN QP_LOOKUPS.Meaning%Type;
205:
206: FUNCTION Get_Pricing_Phase
207: ( p_pricing_phase_id IN QP_PRICING_PHASES.Pricing_Phase_ID%type
208: )

Line 215: , p_Charge_Subtype_code IN QP_LOOKUPS.lookup_code%type

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: )
218: RETURN QP_LOOKUPS.Meaning%Type;
219:

Line 218: RETURN QP_LOOKUPS.Meaning%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: )
218: RETURN QP_LOOKUPS.Meaning%Type;
219:
220: FUNCTION Get_Formula
221: ( p_Price_By_Formula_Id IN QP_PRICE_FORMULAS_VL.Price_Formula_ID%type
222: )

Line 255: RETURN QP_LOOKUPS.Meaning%Type;

251: , p_modifier_type_code IN QP_LIST_LINES.list_line_type_code%type
252: , p_list_line_type_code IN QP_LIST_LINES.list_line_type_code%type
253: , p_rebate_transaction_type_code IN QP_LIST_LINES.REBATE_TRANSACTION_TYPE_CODE%type
254: )
255: RETURN QP_LOOKUPS.Meaning%Type;
256:
257: FUNCTION Get_Benefit_Qty
258: ( p_list_line_id IN QP_LIST_LINES.list_line_id%type
259: , p_modifier_type_code IN QP_LIST_LINES.list_line_type_code%type

Line 304: RETURN QP_LOOKUPS.Meaning%Type;

300: ( p_list_line_id IN QP_LIST_LINES.list_line_id%type
301: , p_modifier_type_code IN QP_LIST_LINES.list_line_type_code%type
302: , p_break_line_type_code IN QP_LIST_LINES.list_line_type_code%type
303: )
304: RETURN QP_LOOKUPS.Meaning%Type;
305:
306: FUNCTION Get_Context(p_FlexField_Name IN VARCHAR2
307: ,p_context IN VARCHAR2)RETURN VARCHAR2;
308: