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 1080: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1076:
1077: -- Function Complete_Record
1078:
1079: FUNCTION Complete_Record
1080: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1081: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1082: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1083: IS
1084: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;

Line 1081: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1077: -- Function Complete_Record
1078:
1079: FUNCTION Complete_Record
1080: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1081: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1082: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1083: IS
1084: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1085: BEGIN

Line 1082: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

1078:
1079: FUNCTION Complete_Record
1080: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1081: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1082: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1083: IS
1084: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1085: BEGIN
1086:

Line 1084: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;

1080: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1081: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1082: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1083: IS
1084: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1085: BEGIN
1086:
1087: IF l_PRICE_LIST_rec.attribute1 = FND_API.G_MISS_CHAR THEN
1088: l_PRICE_LIST_rec.attribute1 := p_old_PRICE_LIST_rec.attribute1;

Line 1318: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1314:
1315: -- Function Convert_Miss_To_Null
1316:
1317: FUNCTION Convert_Miss_To_Null
1318: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1319: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1320: IS
1321: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1322: BEGIN

Line 1319: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

1315: -- Function Convert_Miss_To_Null
1316:
1317: FUNCTION Convert_Miss_To_Null
1318: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1319: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1320: IS
1321: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1322: BEGIN
1323:

Line 1321: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;

1317: FUNCTION Convert_Miss_To_Null
1318: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1319: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1320: IS
1321: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type := p_PRICE_LIST_rec;
1322: BEGIN
1323:
1324: IF l_PRICE_LIST_rec.attribute1 = FND_API.G_MISS_CHAR THEN
1325: l_PRICE_LIST_rec.attribute1 := NULL;

Line 1503: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1499:
1500: -- Procedure Update_Row
1501:
1502: PROCEDURE Update_Row
1503: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1504: )
1505: IS
1506: l_price_list_exists number := 0;
1507: BEGIN

Line 1615: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

1611:
1612: -- Procedure Insert_Row
1613:
1614: PROCEDURE Insert_Row
1615: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
1616: )
1617: IS
1618:
1619: --l_source_system_code varchar2(30);

Line 1868: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

1864: -- Function Query_Row
1865:
1866: FUNCTION Query_Row
1867: ( p_list_header_id IN NUMBER
1868: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1869: IS
1870: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
1871: BEGIN
1872:

Line 1870: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

1866: FUNCTION Query_Row
1867: ( p_list_header_id IN NUMBER
1868: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
1869: IS
1870: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
1871: BEGIN
1872:
1873: SELECT ATTRIBUTE1
1874: , ATTRIBUTE10

Line 2015: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

2011: --
2012:
2013: PROCEDURE Lock_Row
2014: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2015: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2016: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
2017: )
2018: IS
2019: cursor c1 is select

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

2012:
2013: PROCEDURE Lock_Row
2014: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2015: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2016: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
2017: )
2018: IS
2019: cursor c1 is select
2020: NAME,

Line 2029: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

2025: where LIST_HEADER_ID = p_PRICE_LIST_rec.LIST_HEADER_ID
2026: and userenv('LANG') in (LANGUAGE, SOURCE_LANG)
2027: for update of LIST_HEADER_ID nowait;
2028:
2029: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
2030: BEGIN
2031:
2032: SELECT ATTRIBUTE1
2033: , ATTRIBUTE10

Line 2418: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

2414:
2415: -- Function Get_Values
2416:
2417: FUNCTION Get_Values
2418: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2419: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2420: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2421: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2422: IS

Line 2419: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

2415: -- Function Get_Values
2416:
2417: FUNCTION Get_Values
2418: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2419: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2420: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2421: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2422: IS
2423: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;

Line 2420: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

2416:
2417: FUNCTION Get_Values
2418: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2419: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2420: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2421: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2422: IS
2423: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;
2424: BEGIN

Line 2421: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type

2417: FUNCTION Get_Values
2418: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2419: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2420: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2421: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2422: IS
2423: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;
2424: BEGIN
2425:

Line 2423: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;

2419: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
2420: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
2421: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type
2422: IS
2423: l_PRICE_LIST_val_rec QP_Price_List_PUB.Price_List_Val_Rec_Type;
2424: BEGIN
2425:
2426: IF p_PRICE_LIST_rec.automatic_flag IS NOT NULL AND
2427: p_PRICE_LIST_rec.automatic_flag <> FND_API.G_MISS_CHAR AND

Line 2523: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

2519:
2520: -- Function Get_Ids
2521:
2522: FUNCTION Get_Ids
2523: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2524: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2525: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2526: IS
2527: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

Line 2524: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type

2520: -- Function Get_Ids
2521:
2522: FUNCTION Get_Ids
2523: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2524: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2525: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2526: IS
2527: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
2528: BEGIN

Line 2525: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type

2521:
2522: FUNCTION Get_Ids
2523: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2524: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2525: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2526: IS
2527: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
2528: BEGIN
2529:

Line 2527: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;

2523: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
2524: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
2525: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type
2526: IS
2527: l_PRICE_LIST_rec QP_Price_List_PUB.Price_List_Rec_Type;
2528: BEGIN
2529:
2530: -- initialize return_status.
2531: