DBA Data[Home] [Help]

APPS.QP_PRICING_ATTR_UTIL dependencies on QP_MODIFIERS_PUB

Line 12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

8: -- Procedure Clear_Dependent_Attr
9:
10: PROCEDURE Clear_Dependent_Attr
11: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
15: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
16: )

Line 13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=

9:
10: PROCEDURE Clear_Dependent_Attr
11: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
15: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
16: )
17: IS

Line 14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC

10: PROCEDURE Clear_Dependent_Attr
11: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
15: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
16: )
17: IS
18: l_index NUMBER := 0;

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

11: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
15: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
16: )
17: IS
18: l_index NUMBER := 0;
19: l_src_attr_tbl QP_GLOBALS.NUMBER_Tbl_Type;

Line 428: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

424:
425: -- Procedure Apply_Attribute_Changes
426:
427: PROCEDURE Apply_Attribute_Changes
428: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
429: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
430: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
431: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
432: )

Line 429: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=

425: -- Procedure Apply_Attribute_Changes
426:
427: PROCEDURE Apply_Attribute_Changes
428: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
429: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
430: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
431: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
432: )
433: IS

Line 430: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC

426:
427: PROCEDURE Apply_Attribute_Changes
428: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
429: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
430: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
431: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
432: )
433: IS
434: x_datatype VARCHAR2(1);

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

427: PROCEDURE Apply_Attribute_Changes
428: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
429: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
430: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
431: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
432: )
433: IS
434: x_datatype VARCHAR2(1);
435: x_context_flag VARCHAR2(1);

Line 865: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

861:
862: -- Function Complete_Record
863:
864: FUNCTION Complete_Record
865: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
866: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
867: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
868: IS
869: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;

Line 866: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

862: -- Function Complete_Record
863:
864: FUNCTION Complete_Record
865: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
866: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
867: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
868: IS
869: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
870: BEGIN

Line 867: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

863:
864: FUNCTION Complete_Record
865: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
866: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
867: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
868: IS
869: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
870: BEGIN
871:

Line 869: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;

865: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
866: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
867: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
868: IS
869: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
870: BEGIN
871:
872: oe_debug_pub.add('BEGIN Complete_Record in QPXUPRAB');
873:

Line 1057: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

1053:
1054: -- Function Convert_Miss_To_Null
1055:
1056: FUNCTION Convert_Miss_To_Null
1057: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1058: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1059: IS
1060: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
1061: BEGIN

Line 1058: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

1054: -- Function Convert_Miss_To_Null
1055:
1056: FUNCTION Convert_Miss_To_Null
1057: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1058: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1059: IS
1060: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
1061: BEGIN
1062:

Line 1060: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;

1056: FUNCTION Convert_Miss_To_Null
1057: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1058: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1059: IS
1060: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
1061: BEGIN
1062:
1063: oe_debug_pub.add('BEGIN Convert_Miss_To_Null in QPXUPRAB');
1064:

Line 1252: PROCEDURE UPDATE_CHILD_PRICING_ATTR(p_PRICING_ATTR_rec IN QP_MODIFIERS_PUB.Pricing_Attr_rec_type) IS

1248: --CHILD BREAK LINES' PRICING ATTRIBUTE RECORDS
1249: ----------------------------------------------------------------------------
1250:
1251:
1252: PROCEDURE UPDATE_CHILD_PRICING_ATTR(p_PRICING_ATTR_rec IN QP_MODIFIERS_PUB.Pricing_Attr_rec_type) IS
1253:
1254: l_status NUMBER;
1255: l_list_line_id NUMBER;
1256: l_list_line_type_code VARCHAR2(30);

Line 1397: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

1393:
1394: -- Procedure Update_Row
1395:
1396: PROCEDURE Update_Row
1397: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1398: )
1399: IS
1400:
1401: l_list_line_type_code VARCHAR2(30);

Line 1593: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

1589:
1590: -- Procedure Insert_Row
1591:
1592: PROCEDURE Insert_Row
1593: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1594: )
1595: IS
1596: l_context_flag VARCHAR2(1);
1597: l_attribute_flag VARCHAR2(1);

Line 1907: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

1903: -- Function Query_Row
1904:
1905: FUNCTION Query_Row
1906: ( p_pricing_attribute_id IN NUMBER
1907: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1908: IS
1909: BEGIN
1910:
1911: RETURN Query_Rows

Line 1926: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Tbl_Type

1922: ( p_pricing_attribute_id IN NUMBER :=
1923: FND_API.G_MISS_NUM
1924: , p_list_line_id IN NUMBER :=
1925: FND_API.G_MISS_NUM
1926: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Tbl_Type
1927: IS
1928: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1929: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1930:

Line 1928: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;

1924: , p_list_line_id IN NUMBER :=
1925: FND_API.G_MISS_NUM
1926: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Tbl_Type
1927: IS
1928: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1929: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1930:
1931: CURSOR l_PRICING_ATTR_csr IS
1932: SELECT ACCUMULATE_FLAG

Line 1929: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;

1925: FND_API.G_MISS_NUM
1926: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Tbl_Type
1927: IS
1928: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1929: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1930:
1931: CURSOR l_PRICING_ATTR_csr IS
1932: SELECT ACCUMULATE_FLAG
1933: , ATTRIBUTE1

Line 2114: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

2110: --
2111:
2112: PROCEDURE Lock_Row
2113: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2114: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2115: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2116: )
2117: IS
2118: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;

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

2111:
2112: PROCEDURE Lock_Row
2113: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2114: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2115: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2116: )
2117: IS
2118: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
2119: BEGIN

Line 2118: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;

2114: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2115: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2116: )
2117: IS
2118: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
2119: BEGIN
2120:
2121: oe_debug_pub.add('BEGIN Lock_row in QPXUPRAB');
2122:

Line 2386: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

2382:
2383: -- Function Get_Values
2384:
2385: FUNCTION Get_Values
2386: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2387: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2388: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
2389: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2390: IS

Line 2387: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=

2383: -- Function Get_Values
2384:
2385: FUNCTION Get_Values
2386: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2387: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2388: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
2389: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2390: IS
2391: l_PRICING_ATTR_val_rec QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type;

Line 2388: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC

2384:
2385: FUNCTION Get_Values
2386: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2387: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2388: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
2389: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2390: IS
2391: l_PRICING_ATTR_val_rec QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type;
2392: BEGIN

Line 2389: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type

2385: FUNCTION Get_Values
2386: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2387: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2388: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
2389: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2390: IS
2391: l_PRICING_ATTR_val_rec QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type;
2392: BEGIN
2393:

Line 2391: l_PRICING_ATTR_val_rec QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type;

2387: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2388: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
2389: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2390: IS
2391: l_PRICING_ATTR_val_rec QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type;
2392: BEGIN
2393:
2394: oe_debug_pub.add('BEGIN Get_Values in QPXUPRAB');
2395:

Line 2474: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

2470:
2471: -- Function Get_Ids
2472:
2473: FUNCTION Get_Ids
2474: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2475: , p_PRICING_ATTR_val_rec IN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2476: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2477: IS
2478: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;

Line 2475: , p_PRICING_ATTR_val_rec IN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type

2471: -- Function Get_Ids
2472:
2473: FUNCTION Get_Ids
2474: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2475: , p_PRICING_ATTR_val_rec IN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2476: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2477: IS
2478: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
2479: BEGIN

Line 2476: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

2472:
2473: FUNCTION Get_Ids
2474: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2475: , p_PRICING_ATTR_val_rec IN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2476: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2477: IS
2478: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
2479: BEGIN
2480:

Line 2478: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;

2474: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2475: , p_PRICING_ATTR_val_rec IN QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type
2476: ) RETURN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2477: IS
2478: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
2479: BEGIN
2480:
2481: oe_debug_pub.add('BEGIN Get_Ids in QPXUPRAB');
2482:

Line 2777: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

2773:
2774: END Get_Ids;
2775:
2776: Procedure Pre_Write_Process
2777: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2778: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2779: QP_Modifiers_PUB.G_MISS_Pricing_Attr_REC
2780: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2781: ) IS

Line 2778: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=

2774: END Get_Ids;
2775:
2776: Procedure Pre_Write_Process
2777: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2778: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2779: QP_Modifiers_PUB.G_MISS_Pricing_Attr_REC
2780: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2781: ) IS
2782: l_PRICING_ATTR_rec QP_MODIFIERS_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;

Line 2779: QP_Modifiers_PUB.G_MISS_Pricing_Attr_REC

2775:
2776: Procedure Pre_Write_Process
2777: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2778: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2779: QP_Modifiers_PUB.G_MISS_Pricing_Attr_REC
2780: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2781: ) IS
2782: l_PRICING_ATTR_rec QP_MODIFIERS_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
2783: l_return_status varchar2(30);

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

2776: Procedure Pre_Write_Process
2777: ( p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2778: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2779: QP_Modifiers_PUB.G_MISS_Pricing_Attr_REC
2780: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2781: ) IS
2782: l_PRICING_ATTR_rec QP_MODIFIERS_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
2783: l_return_status varchar2(30);
2784: l_changed_lines varchar2(1) := null;

Line 2782: l_PRICING_ATTR_rec QP_MODIFIERS_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;

2778: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
2779: QP_Modifiers_PUB.G_MISS_Pricing_Attr_REC
2780: , x_PRICING_ATTR_rec OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
2781: ) IS
2782: l_PRICING_ATTR_rec QP_MODIFIERS_PUB.Pricing_Attr_Rec_Type := p_PRICING_ATTR_rec;
2783: l_return_status varchar2(30);
2784: l_changed_lines varchar2(1) := null;
2785: l_list_header_id number;
2786: