DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_UTIL dependencies on QP_PRICE_LIST_PUB

Line 12: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_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_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
13: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
14: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
15: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
16: )

Line 13: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

9:
10: PROCEDURE Clear_Dependent_Attr
11: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
12: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
13: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
14: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
15: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
16: )
17: IS

Line 14: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

10: PROCEDURE Clear_Dependent_Attr
11: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
12: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
13: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
14: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
15: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
16: )
17: IS
18: l_index NUMBER := 0;

Line 15: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type

11: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
12: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
13: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
14: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
15: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
16: )
17: IS
18: l_index NUMBER := 0;
19: l_src_attr_tbl QP_GLOBALS.NUMBER_Tbl_Type;

Line 520: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

516:
517: -- Procedure Apply_Attribute_Changes
518:
519: PROCEDURE Apply_Attribute_Changes
520: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
521: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
522: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
523: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
524: )

Line 521: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

517: -- Procedure Apply_Attribute_Changes
518:
519: PROCEDURE Apply_Attribute_Changes
520: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
521: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
522: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
523: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
524: )
525: IS

Line 522: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

518:
519: PROCEDURE Apply_Attribute_Changes
520: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
521: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
522: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
523: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
524: )
525: IS
526: BEGIN

Line 523: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type

519: PROCEDURE Apply_Attribute_Changes
520: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
521: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
522: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
523: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
524: )
525: IS
526: BEGIN
527:

Line 947: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

943:
944: -- Function Complete_Record
945:
946: FUNCTION Complete_Record
947: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
948: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
949: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
950: IS
951: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;

Line 948: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

944: -- Function Complete_Record
945:
946: FUNCTION Complete_Record
947: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
948: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
949: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
950: IS
951: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
952: BEGIN

Line 949: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

945:
946: FUNCTION Complete_Record
947: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
948: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
949: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
950: IS
951: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
952: BEGIN
953:

Line 951: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;

947: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
948: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
949: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
950: IS
951: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
952: BEGIN
953:
954: IF l_PRICE_LIST_rec.attribute1 = FND_API.G_MISS_CHAR THEN
955: l_PRICE_LIST_rec.attribute1 := p_old_PRICE_LIST_rec.attribute1;

Line 1179: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1175:
1176: -- Function Convert_Miss_To_Null
1177:
1178: FUNCTION Convert_Miss_To_Null
1179: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1180: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1181: IS
1182: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1183: BEGIN

Line 1180: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

1176: -- Function Convert_Miss_To_Null
1177:
1178: FUNCTION Convert_Miss_To_Null
1179: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1180: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1181: IS
1182: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1183: BEGIN
1184:

Line 1182: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;

1178: FUNCTION Convert_Miss_To_Null
1179: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1180: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1181: IS
1182: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1183: BEGIN
1184:
1185: IF l_PRICE_LIST_rec.attribute1 = FND_API.G_MISS_CHAR THEN
1186: l_PRICE_LIST_rec.attribute1 := NULL;

Line 1364: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1360:
1361: -- Procedure Update_Row
1362:
1363: PROCEDURE Update_Row
1364: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1365: )
1366: IS
1367: l_price_list_exists number := 0;
1368: BEGIN

Line 1476: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1472:
1473: -- Procedure Insert_Row
1474:
1475: PROCEDURE Insert_Row
1476: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1477: )
1478: IS
1479:
1480: --l_source_system_code varchar2(30);

Line 1729: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

1725: -- Function Query_Row
1726:
1727: FUNCTION Query_Row
1728: ( p_list_header_id IN NUMBER
1729: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1730: IS
1731: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
1732: BEGIN
1733:

Line 1731: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

1727: FUNCTION Query_Row
1728: ( p_list_header_id IN NUMBER
1729: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1730: IS
1731: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
1732: BEGIN
1733:
1734: SELECT ATTRIBUTE1
1735: , ATTRIBUTE10

Line 1876: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1872: --
1873:
1874: PROCEDURE Lock_Row
1875: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1876: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1877: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
1878: )
1879: IS
1880: cursor c1 is select

Line 1877: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type

1873:
1874: PROCEDURE Lock_Row
1875: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1876: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1877: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
1878: )
1879: IS
1880: cursor c1 is select
1881: NAME,

Line 1890: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

1886: where LIST_HEADER_ID = p_PRICE_LIST_rec.LIST_HEADER_ID
1887: and userenv('LANG') in (LANGUAGE, SOURCE_LANG)
1888: for update of LIST_HEADER_ID nowait;
1889:
1890: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
1891: BEGIN
1892:
1893: SELECT ATTRIBUTE1
1894: , ATTRIBUTE10

Line 2228: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

2224:
2225: -- Function Get_Values
2226:
2227: FUNCTION Get_Values
2228: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2229: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2230: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2231: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2232: IS

Line 2229: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

2225: -- Function Get_Values
2226:
2227: FUNCTION Get_Values
2228: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2229: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2230: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2231: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2232: IS
2233: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;

Line 2230: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

2226:
2227: FUNCTION Get_Values
2228: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2229: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2230: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2231: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2232: IS
2233: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;
2234: BEGIN

Line 2231: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type

2227: FUNCTION Get_Values
2228: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2229: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2230: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2231: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2232: IS
2233: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;
2234: BEGIN
2235:

Line 2233: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;

2229: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2230: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2231: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2232: IS
2233: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;
2234: BEGIN
2235:
2236: IF p_PRICE_LIST_rec.automatic_flag IS NOT NULL AND
2237: p_PRICE_LIST_rec.automatic_flag <> FND_API.G_MISS_CHAR AND

Line 2333: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

2329:
2330: -- Function Get_Ids
2331:
2332: FUNCTION Get_Ids
2333: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2334: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2335: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2336: IS
2337: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

Line 2334: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type

2330: -- Function Get_Ids
2331:
2332: FUNCTION Get_Ids
2333: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2334: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2335: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2336: IS
2337: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
2338: BEGIN

Line 2335: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

2331:
2332: FUNCTION Get_Ids
2333: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2334: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2335: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2336: IS
2337: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
2338: BEGIN
2339:

Line 2337: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

2333: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2334: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2335: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2336: IS
2337: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
2338: BEGIN
2339:
2340: -- initialize return_status.
2341: