DBA Data[Home] [Help]

APPS.QP_QP_FORM_PRICING_ATTR dependencies on QP_PRICING_ATTRIBUTES

Line 374: , p_Context IN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Context%type

370:
371: --for canonical datafix in tst115
372: FUNCTION Get_datatype
373: ( p_flexfield_name IN VARCHAR2
374: , p_Context IN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Context%type
375: , p_Attribute IN QP_PRICING_ATTRIBUTES.Pricing_Attribute%Type
376: )
377: RETURN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Datatype%Type;
378:

Line 375: , p_Attribute IN QP_PRICING_ATTRIBUTES.Pricing_Attribute%Type

371: --for canonical datafix in tst115
372: FUNCTION Get_datatype
373: ( p_flexfield_name IN VARCHAR2
374: , p_Context IN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Context%type
375: , p_Attribute IN QP_PRICING_ATTRIBUTES.Pricing_Attribute%Type
376: )
377: RETURN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Datatype%Type;
378:
379:

Line 377: RETURN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Datatype%Type;

373: ( p_flexfield_name IN VARCHAR2
374: , p_Context IN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Context%type
375: , p_Attribute IN QP_PRICING_ATTRIBUTES.Pricing_Attribute%Type
376: )
377: RETURN QP_PRICING_ATTRIBUTES.Pricing_Attribute_Datatype%Type;
378:
379:
380:
381: -- added by svdeshmu for delayed request on April 07 ,00