DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICING_ATTR dependencies on QP_MODIFIERS_PUB

Line 10: g_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Pricing_Attr';
7:
8: -- Package global used within the package.
9:
10: g_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
11:
12: -- Get functions.
13:
14: /* changes made by spgopal to include columns list_header_id and pricing_phase_id in pricing attr for performance problems*/

Line 375: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=

371:
372: -- Procedure Attributes
373:
374: PROCEDURE Attributes
375: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
376: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
377: , p_iteration IN NUMBER := 1
378: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
379: )

Line 376: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC

372: -- Procedure Attributes
373:
374: PROCEDURE Attributes
375: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
376: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
377: , p_iteration IN NUMBER := 1
378: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
379: )
380: IS

Line 378: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type

374: PROCEDURE Attributes
375: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
376: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
377: , p_iteration IN NUMBER := 1
378: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
379: )
380: IS
381: g_p_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
382: BEGIN

Line 381: g_p_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;

377: , p_iteration IN NUMBER := 1
378: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
379: )
380: IS
381: g_p_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
382: BEGIN
383:
384: oe_debug_pub.add('BEGIN Attributes in QPXDPRAB');
385: