DBA Data[Home] [Help]

APPS.QP_QP_FORM_CURR_LISTS dependencies on QP_CURRENCY_PUB

Line 10: g_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Curr_Lists';
7:
8: -- Global variables holding cached record.
9:
10: g_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
11: g_db_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
12:
13: -- Forward declaration of procedures maintaining entity record cache.
14:

Line 11: g_db_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

7:
8: -- Global variables holding cached record.
9:
10: g_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
11: g_db_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
12:
13: -- Forward declaration of procedures maintaining entity record cache.
14:
15: PROCEDURE Write_CURR_LISTS

Line 16: ( p_CURR_LISTS_rec IN QP_Currency_PUB.Curr_Lists_Rec_Type

12:
13: -- Forward declaration of procedures maintaining entity record cache.
14:
15: PROCEDURE Write_CURR_LISTS
16: ( p_CURR_LISTS_rec IN QP_Currency_PUB.Curr_Lists_Rec_Type
17: , p_db_record IN BOOLEAN := FALSE
18: );
19:
20: FUNCTION Get_CURR_LISTS

Line 24: RETURN QP_Currency_PUB.Curr_Lists_Rec_Type;

20: FUNCTION Get_CURR_LISTS
21: ( p_db_record IN BOOLEAN := FALSE
22: , p_currency_header_id IN NUMBER
23: )
24: RETURN QP_Currency_PUB.Curr_Lists_Rec_Type;
25:
26: PROCEDURE Clear_CURR_LISTS;
27:
28: -- Global variable holding performed operations.

Line 30: g_opr__tbl QP_Currency_PUB.Curr_Lists_Tbl_Type;

26: PROCEDURE Clear_CURR_LISTS;
27:
28: -- Global variable holding performed operations.
29:
30: g_opr__tbl QP_Currency_PUB.Curr_Lists_Tbl_Type;
31:
32: -- Procedure : Default_Attributes
33: --
34:

Line 70: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

66: , x_base_markup_formula_id OUT NOCOPY /* file.sql.39 change */ NUMBER
67: -- , x_row OUT NOCOPY /* file.sql.39 change */ VARCHAR2
68: )
69: IS
70: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
71: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
72: l_control_rec QP_GLOBALS.Control_Rec_Type;
73: l_return_status VARCHAR2(1);
74: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

Line 71: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;

67: -- , x_row OUT NOCOPY /* file.sql.39 change */ VARCHAR2
68: )
69: IS
70: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
71: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
72: l_control_rec QP_GLOBALS.Control_Rec_Type;
73: l_return_status VARCHAR2(1);
74: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
75: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

Line 74: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

70: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
71: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
72: l_control_rec QP_GLOBALS.Control_Rec_Type;
73: l_return_status VARCHAR2(1);
74: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
75: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
76: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
77: BEGIN
78:

Line 75: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

71: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
72: l_control_rec QP_GLOBALS.Control_Rec_Type;
73: l_return_status VARCHAR2(1);
74: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
75: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
76: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
77: BEGIN
78:
79: -- Set control flags.

Line 76: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

72: l_control_rec QP_GLOBALS.Control_Rec_Type;
73: l_return_status VARCHAR2(1);
74: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
75: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
76: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
77: BEGIN
78:
79: -- Set control flags.
80:

Line 305: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

301: , x_base_markup_formula_id OUT NOCOPY /* file.sql.39 change */ NUMBER
302: -- , x_row OUT NOCOPY /* file.sql.39 change */ VARCHAR2
303: )
304: IS
305: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
306: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
307: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
308: l_control_rec QP_GLOBALS.Control_Rec_Type;
309: l_return_status VARCHAR2(1);

Line 306: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

302: -- , x_row OUT NOCOPY /* file.sql.39 change */ VARCHAR2
303: )
304: IS
305: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
306: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
307: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
308: l_control_rec QP_GLOBALS.Control_Rec_Type;
309: l_return_status VARCHAR2(1);
310: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

Line 307: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;

303: )
304: IS
305: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
306: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
307: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
308: l_control_rec QP_GLOBALS.Control_Rec_Type;
309: l_return_status VARCHAR2(1);
310: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
311: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

Line 310: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

306: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
307: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
308: l_control_rec QP_GLOBALS.Control_Rec_Type;
309: l_return_status VARCHAR2(1);
310: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
311: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
312: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
313: BEGIN
314:

Line 311: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

307: l_CURR_LISTS_val_rec QP_Currency_PUB.Curr_Lists_Val_Rec_Type;
308: l_control_rec QP_GLOBALS.Control_Rec_Type;
309: l_return_status VARCHAR2(1);
310: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
311: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
312: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
313: BEGIN
314:
315: -- Set control flags.

Line 312: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

308: l_control_rec QP_GLOBALS.Control_Rec_Type;
309: l_return_status VARCHAR2(1);
310: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
311: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
312: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
313: BEGIN
314:
315: -- Set control flags.
316:

Line 734: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

730: , x_last_updated_by OUT NOCOPY /* file.sql.39 change */ NUMBER
731: , x_last_update_login OUT NOCOPY /* file.sql.39 change */ NUMBER
732: )
733: IS
734: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
735: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
736: l_control_rec QP_GLOBALS.Control_Rec_Type;
737: l_return_status VARCHAR2(1);
738: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

Line 735: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

731: , x_last_update_login OUT NOCOPY /* file.sql.39 change */ NUMBER
732: )
733: IS
734: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
735: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
736: l_control_rec QP_GLOBALS.Control_Rec_Type;
737: l_return_status VARCHAR2(1);
738: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
739: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

Line 738: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

734: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
735: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
736: l_control_rec QP_GLOBALS.Control_Rec_Type;
737: l_return_status VARCHAR2(1);
738: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
739: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
740: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
741: BEGIN
742:

Line 739: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

735: l_old_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
736: l_control_rec QP_GLOBALS.Control_Rec_Type;
737: l_return_status VARCHAR2(1);
738: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
739: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
740: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
741: BEGIN
742:
743: -- Set control flags.

Line 740: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

736: l_control_rec QP_GLOBALS.Control_Rec_Type;
737: l_return_status VARCHAR2(1);
738: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
739: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
740: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
741: BEGIN
742:
743: -- Set control flags.
744:

Line 890: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

886: , x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
887: , p_currency_header_id IN NUMBER
888: )
889: IS
890: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
891: l_control_rec QP_GLOBALS.Control_Rec_Type;
892: l_return_status VARCHAR2(1);
893: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
894: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

Line 893: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

889: IS
890: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
891: l_control_rec QP_GLOBALS.Control_Rec_Type;
892: l_return_status VARCHAR2(1);
893: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
894: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
895: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
896: BEGIN
897:

Line 894: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

890: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
891: l_control_rec QP_GLOBALS.Control_Rec_Type;
892: l_return_status VARCHAR2(1);
893: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
894: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
895: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
896: BEGIN
897:
898: -- Set control flags.

Line 895: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

891: l_control_rec QP_GLOBALS.Control_Rec_Type;
892: l_return_status VARCHAR2(1);
893: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
894: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
895: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
896: BEGIN
897:
898: -- Set control flags.
899:

Line 1019: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

1015: )
1016: IS
1017: l_control_rec QP_GLOBALS.Control_Rec_Type;
1018: l_return_status VARCHAR2(1);
1019: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1020: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1021: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1022: BEGIN
1023:

Line 1020: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

1016: IS
1017: l_control_rec QP_GLOBALS.Control_Rec_Type;
1018: l_return_status VARCHAR2(1);
1019: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1020: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1021: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1022: BEGIN
1023:
1024: -- Set control flags.

Line 1021: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

1017: l_control_rec QP_GLOBALS.Control_Rec_Type;
1018: l_return_status VARCHAR2(1);
1019: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1020: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1021: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1022: BEGIN
1023:
1024: -- Set control flags.
1025:

Line 1130: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

1126: )
1127: IS
1128: l_control_rec QP_GLOBALS.Control_Rec_Type;
1129: l_return_status VARCHAR2(1);
1130: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1131: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1132: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1133: BEGIN
1134:

Line 1131: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

1127: IS
1128: l_control_rec QP_GLOBALS.Control_Rec_Type;
1129: l_return_status VARCHAR2(1);
1130: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1131: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1132: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1133: BEGIN
1134:
1135: -- Set control flags.

Line 1132: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

1128: l_control_rec QP_GLOBALS.Control_Rec_Type;
1129: l_return_status VARCHAR2(1);
1130: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1131: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1132: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1133: BEGIN
1134:
1135: -- Set control flags.
1136:

Line 1274: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

1270: -- , p_row_id IN ROWID -- Commented by Sunil
1271: )
1272: IS
1273: l_return_status VARCHAR2(1);
1274: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1275: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1276: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1277: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1278: BEGIN

Line 1275: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

1271: )
1272: IS
1273: l_return_status VARCHAR2(1);
1274: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1275: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1276: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1277: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1278: BEGIN
1279:

Line 1276: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;

1272: IS
1273: l_return_status VARCHAR2(1);
1274: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1275: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1276: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1277: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1278: BEGIN
1279:
1280: -- Load CURR_LISTS record

Line 1277: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;

1273: l_return_status VARCHAR2(1);
1274: l_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1275: l_x_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;
1276: l_x_CURR_DETAILS_rec QP_Currency_PUB.Curr_Details_Rec_Type;
1277: l_x_CURR_DETAILS_tbl QP_Currency_PUB.Curr_Details_Tbl_Type;
1278: BEGIN
1279:
1280: -- Load CURR_LISTS record
1281:

Line 1390: ( p_CURR_LISTS_rec IN QP_Currency_PUB.Curr_Lists_Rec_Type

1386:
1387: -- Procedures maintaining CURR_LISTS record cache.
1388:
1389: PROCEDURE Write_CURR_LISTS
1390: ( p_CURR_LISTS_rec IN QP_Currency_PUB.Curr_Lists_Rec_Type
1391: , p_db_record IN BOOLEAN := FALSE
1392: )
1393: IS
1394: BEGIN

Line 1410: RETURN QP_Currency_PUB.Curr_Lists_Rec_Type

1406: FUNCTION Get_CURR_LISTS
1407: ( p_db_record IN BOOLEAN := FALSE
1408: , p_currency_header_id IN NUMBER
1409: )
1410: RETURN QP_Currency_PUB.Curr_Lists_Rec_Type
1411: IS
1412: BEGIN
1413:
1414: -- oe_debug_pub.add('Inside QPXFCURB.Get_CURR_LISTS; p_currency_header_id :'||p_currency_header_id);

Line 1453: g_CURR_LISTS_rec := QP_Currency_PUB.G_MISS_CURR_LISTS_REC;

1449: IS
1450: BEGIN
1451:
1452: -- oe_debug_pub.add('CLEARING g_CURR_LISTS_rec and g_db_CURR_LISTS_rec from Clear_Curr_Lists');
1453: g_CURR_LISTS_rec := QP_Currency_PUB.G_MISS_CURR_LISTS_REC;
1454: g_db_CURR_LISTS_rec := QP_Currency_PUB.G_MISS_CURR_LISTS_REC;
1455:
1456: END Clear_Curr_Lists;
1457:

Line 1454: g_db_CURR_LISTS_rec := QP_Currency_PUB.G_MISS_CURR_LISTS_REC;

1450: BEGIN
1451:
1452: -- oe_debug_pub.add('CLEARING g_CURR_LISTS_rec and g_db_CURR_LISTS_rec from Clear_Curr_Lists');
1453: g_CURR_LISTS_rec := QP_Currency_PUB.G_MISS_CURR_LISTS_REC;
1454: g_db_CURR_LISTS_rec := QP_Currency_PUB.G_MISS_CURR_LISTS_REC;
1455:
1456: END Clear_Curr_Lists;
1457:
1458: END QP_QP_Form_Curr_Lists;