DBA Data[Home] [Help]

APPS.OKS_QP_INT_PVT dependencies on FND_LOG

Line 68: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

64: l_lse_id NUMBER;
65: l_line_number VARCHAR2 (300);
66: BEGIN
67: -- start debug log
68: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
69: THEN
70: fnd_log.STRING (fnd_log.level_procedure,
71: g_module ||
72: l_api_name,

Line 70: fnd_log.STRING (fnd_log.level_procedure,

66: BEGIN
67: -- start debug log
68: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
69: THEN
70: fnd_log.STRING (fnd_log.level_procedure,
71: g_module ||
72: l_api_name,
73: '100: Entered ' ||
74: g_pkg_name ||

Line 91: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

87: THEN
88: CLOSE l_line_details_csr;
89:
90: -- end debug log
91: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
92: THEN
93: fnd_log.STRING (fnd_log.level_procedure,
94: g_module ||
95: l_api_name,

Line 93: fnd_log.STRING (fnd_log.level_procedure,

89:
90: -- end debug log
91: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
92: THEN
93: fnd_log.STRING (fnd_log.level_procedure,
94: g_module ||
95: l_api_name,
96: '1000: Leaving ' ||
97: g_pkg_name ||

Line 111: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

107:
108: IF l_lse_id = 46
109: THEN
110: -- end debug log
111: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
112: THEN
113: fnd_log.STRING (fnd_log.level_procedure,
114: g_module ||
115: l_api_name,

Line 113: fnd_log.STRING (fnd_log.level_procedure,

109: THEN
110: -- end debug log
111: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
112: THEN
113: fnd_log.STRING (fnd_log.level_procedure,
114: g_module ||
115: l_api_name,
116: '1000: Leaving ' ||
117: g_pkg_name ||

Line 136: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

132: THEN
133: CLOSE l_line_no_csr;
134:
135: -- end debug log
136: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
137: THEN
138: fnd_log.STRING (fnd_log.level_procedure,
139: g_module ||
140: l_api_name,

Line 138: fnd_log.STRING (fnd_log.level_procedure,

134:
135: -- end debug log
136: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
137: THEN
138: fnd_log.STRING (fnd_log.level_procedure,
139: g_module ||
140: l_api_name,
141: '1000: Leaving ' ||
142: g_pkg_name ||

Line 154: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

150:
151: CLOSE l_line_no_csr;
152:
153: -- end debug log
154: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
155: THEN
156: fnd_log.STRING (fnd_log.level_procedure,
157: g_module ||
158: l_api_name,

Line 156: fnd_log.STRING (fnd_log.level_procedure,

152:
153: -- end debug log
154: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
155: THEN
156: fnd_log.STRING (fnd_log.level_procedure,
157: g_module ||
158: l_api_name,
159: '1000: Leaving ' ||
160: g_pkg_name ||

Line 169: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

165:
166: RETURN l_line_number;
167: ELSE
168: -- end debug log
169: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
170: THEN
171: fnd_log.STRING (fnd_log.level_procedure,
172: g_module ||
173: l_api_name,

Line 171: fnd_log.STRING (fnd_log.level_procedure,

167: ELSE
168: -- end debug log
169: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
170: THEN
171: fnd_log.STRING (fnd_log.level_procedure,
172: g_module ||
173: l_api_name,
174: '1000: Leaving ' ||
175: g_pkg_name ||

Line 204: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN

200: l_discount NUMBER := 0;
201: l_subline_qty NUMBER := 0;
202: l_lse_id NUMBER;
203: BEGIN
204: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
205: fnd_log.string(fnd_log.level_procedure,
206: g_module||l_api_name,
207: 'Entered '||g_pkg_name||'.'||l_api_name);
208: END IF;

Line 205: fnd_log.string(fnd_log.level_procedure,

201: l_subline_qty NUMBER := 0;
202: l_lse_id NUMBER;
203: BEGIN
204: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
205: fnd_log.string(fnd_log.level_procedure,
206: g_module||l_api_name,
207: 'Entered '||g_pkg_name||'.'||l_api_name);
208: END IF;
209:

Line 220: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN

216: CLOSE cs_subline_qty;
217: l_discount := l_discount * l_subline_qty;
218: END IF;
219:
220: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
221: fnd_log.string(fnd_log.level_procedure,
222: g_module||l_api_name,
223: 'Leaving '||g_pkg_name||'.'||l_api_name);
224: END IF;

Line 221: fnd_log.string(fnd_log.level_procedure,

217: l_discount := l_discount * l_subline_qty;
218: END IF;
219:
220: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
221: fnd_log.string(fnd_log.level_procedure,
222: g_module||l_api_name,
223: 'Leaving '||g_pkg_name||'.'||l_api_name);
224: END IF;
225:

Line 248: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN

244: l_surcharge NUMBER := 0;
245: l_subline_qty NUMBER := 0;
246: l_lse_id NUMBER;
247: BEGIN
248: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
249: fnd_log.STRING(fnd_log.level_procedure,
250: g_module||l_api_name,
251: 'Entered '||g_pkg_name||'.'||l_api_name);
252: END IF;

Line 249: fnd_log.STRING(fnd_log.level_procedure,

245: l_subline_qty NUMBER := 0;
246: l_lse_id NUMBER;
247: BEGIN
248: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
249: fnd_log.STRING(fnd_log.level_procedure,
250: g_module||l_api_name,
251: 'Entered '||g_pkg_name||'.'||l_api_name);
252: END IF;
253:

Line 264: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN

260: CLOSE cs_subline_qty;
261: l_surcharge := l_surcharge * l_subline_qty;
262: END IF;
263:
264: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
265: fnd_log.STRING(fnd_log.level_procedure,
266: g_module||l_api_name,
267: 'Leaving '||g_pkg_name ||'.' ||l_api_name);
268: END IF;

Line 265: fnd_log.STRING(fnd_log.level_procedure,

261: l_surcharge := l_surcharge * l_subline_qty;
262: END IF;
263:
264: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
265: fnd_log.STRING(fnd_log.level_procedure,
266: g_module||l_api_name,
267: 'Leaving '||g_pkg_name ||'.' ||l_api_name);
268: END IF;
269:

Line 296: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

292: l_topline_discount NUMBER;
293: l_topline_yn VARCHAR2 (1) := 'N';
294: BEGIN
295: -- start debug log
296: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
297: THEN
298: fnd_log.STRING (fnd_log.level_procedure,
299: g_module ||
300: l_api_name,

Line 298: fnd_log.STRING (fnd_log.level_procedure,

294: BEGIN
295: -- start debug log
296: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
297: THEN
298: fnd_log.STRING (fnd_log.level_procedure,
299: g_module ||
300: l_api_name,
301: '100: Entered ' ||
302: g_pkg_name ||

Line 332: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

328:
329: -- end if;
330:
331: -- end debug log
332: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
333: THEN
334: fnd_log.STRING (fnd_log.level_procedure,
335: g_module ||
336: l_api_name,

Line 334: fnd_log.STRING (fnd_log.level_procedure,

330:
331: -- end debug log
332: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
333: THEN
334: fnd_log.STRING (fnd_log.level_procedure,
335: g_module ||
336: l_api_name,
337: '1000: Leaving ' ||
338: g_pkg_name ||

Line 370: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

366: l_topline_surcharge NUMBER;
367: l_topline_yn VARCHAR2 (1) := 'N';
368: BEGIN
369: -- start debug log
370: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
371: THEN
372: fnd_log.STRING (fnd_log.level_procedure,
373: g_module ||
374: l_api_name,

Line 372: fnd_log.STRING (fnd_log.level_procedure,

368: BEGIN
369: -- start debug log
370: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
371: THEN
372: fnd_log.STRING (fnd_log.level_procedure,
373: g_module ||
374: l_api_name,
375: '100: Entered ' ||
376: g_pkg_name ||

Line 405: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

401: END IF;
402:
403: -- end if;
404: -- end debug log
405: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
406: THEN
407: fnd_log.STRING (fnd_log.level_procedure,
408: g_module ||
409: l_api_name,

Line 407: fnd_log.STRING (fnd_log.level_procedure,

403: -- end if;
404: -- end debug log
405: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
406: THEN
407: fnd_log.STRING (fnd_log.level_procedure,
408: g_module ||
409: l_api_name,
410: '1000: Leaving ' ||
411: g_pkg_name ||

Line 452: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

448: -- l_rule_rec OKC_RUL_PVT.rulv_rec_type;
449: l_billed_date DATE;
450: BEGIN
451: -- start debug log
452: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
453: THEN
454: fnd_log.STRING (fnd_log.level_procedure,
455: g_module ||
456: l_api_name,

Line 454: fnd_log.STRING (fnd_log.level_procedure,

450: BEGIN
451: -- start debug log
452: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
453: THEN
454: fnd_log.STRING (fnd_log.level_procedure,
455: g_module ||
456: l_api_name,
457: '100: Entered ' ||
458: g_pkg_name ||

Line 557: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

553: EXCEPTION
554: WHEN g_exc_error
555: THEN
556: -- end debug log
557: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
558: THEN
559: fnd_log.STRING (fnd_log.level_procedure,
560: g_module ||
561: l_api_name,

Line 559: fnd_log.STRING (fnd_log.level_procedure,

555: THEN
556: -- end debug log
557: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
558: THEN
559: fnd_log.STRING (fnd_log.level_procedure,
560: g_module ||
561: l_api_name,
562: '2000: Leaving ' ||
563: g_pkg_name ||

Line 573: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

569: NULL;
570: WHEN OTHERS
571: THEN
572: -- end debug log
573: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
574: THEN
575: fnd_log.STRING (fnd_log.level_procedure,
576: g_module ||
577: l_api_name,

Line 575: fnd_log.STRING (fnd_log.level_procedure,

571: THEN
572: -- end debug log
573: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
574: THEN
575: fnd_log.STRING (fnd_log.level_procedure,
576: g_module ||
577: l_api_name,
578: '4000: Leaving ' ||
579: g_pkg_name ||

Line 589: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

585: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
586: x_return_status := g_ret_sts_error;
587:
588: -- end debug log
589: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
590: THEN
591: fnd_log.STRING (fnd_log.level_procedure,
592: g_module ||
593: l_api_name,

Line 591: fnd_log.STRING (fnd_log.level_procedure,

587:
588: -- end debug log
589: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
590: THEN
591: fnd_log.STRING (fnd_log.level_procedure,
592: g_module ||
593: l_api_name,
594: '1000: Leaving ' ||
595: g_pkg_name ||

Line 630: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

626: l_hdr_discount NUMBER;
627: l_hdr_surcharge NUMBER;
628: BEGIN
629: -- start debug log
630: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
631: THEN
632: fnd_log.STRING (fnd_log.level_procedure,
633: g_module ||
634: l_api_name,

Line 632: fnd_log.STRING (fnd_log.level_procedure,

628: BEGIN
629: -- start debug log
630: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
631: THEN
632: fnd_log.STRING (fnd_log.level_procedure,
633: g_module ||
634: l_api_name,
635: '100: Entered ' ||
636: g_pkg_name ||

Line 678: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

674: x_modifiers_tbl (1).surcharge +
675: x_modifiers_tbl (1).discount;
676:
677: -- end debug log
678: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
679: THEN
680: fnd_log.STRING (fnd_log.level_procedure,
681: g_module ||
682: l_api_name,

Line 680: fnd_log.STRING (fnd_log.level_procedure,

676:
677: -- end debug log
678: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
679: THEN
680: fnd_log.STRING (fnd_log.level_procedure,
681: g_module ||
682: l_api_name,
683: '1000: Leaving ' ||
684: g_pkg_name ||

Line 693: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

689: EXCEPTION
690: WHEN NO_DATA_FOUND
691: THEN
692: -- end debug log
693: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
694: THEN
695: fnd_log.STRING (fnd_log.level_procedure,
696: g_module ||
697: l_api_name,

Line 695: fnd_log.STRING (fnd_log.level_procedure,

691: THEN
692: -- end debug log
693: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
694: THEN
695: fnd_log.STRING (fnd_log.level_procedure,
696: g_module ||
697: l_api_name,
698: '5000: Leaving ' ||
699: g_pkg_name ||

Line 711: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

707: x_modifiers_tbl (1).total := 0;
708: WHEN g_exc_error
709: THEN
710: -- end debug log
711: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
712: THEN
713: fnd_log.STRING (fnd_log.level_procedure,
714: g_module ||
715: l_api_name,

Line 713: fnd_log.STRING (fnd_log.level_procedure,

709: THEN
710: -- end debug log
711: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
712: THEN
713: fnd_log.STRING (fnd_log.level_procedure,
714: g_module ||
715: l_api_name,
716: '2000: Leaving ' ||
717: g_pkg_name ||

Line 727: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

723: NULL;
724: WHEN OTHERS
725: THEN
726: -- end debug log
727: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
728: THEN
729: fnd_log.STRING (fnd_log.level_procedure,
730: g_module ||
731: l_api_name,

Line 729: fnd_log.STRING (fnd_log.level_procedure,

725: THEN
726: -- end debug log
727: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
728: THEN
729: fnd_log.STRING (fnd_log.level_procedure,
730: g_module ||
731: l_api_name,
732: '4000: Leaving ' ||
733: g_pkg_name ||

Line 796: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

792: FROM oks_k_lines_b
793: WHERE cle_id = p_id;
794: BEGIN
795: -- start debug log
796: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
797: THEN
798: fnd_log.STRING (fnd_log.level_procedure,
799: g_module ||
800: l_api_name,

Line 798: fnd_log.STRING (fnd_log.level_procedure,

794: BEGIN
795: -- start debug log
796: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
797: THEN
798: fnd_log.STRING (fnd_log.level_procedure,
799: g_module ||
800: l_api_name,
801: '100: Entered ' ||
802: g_pkg_name ||

Line 867: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

863: CLOSE l_oks_cle_csr;
864: END IF;
865:
866: -- end debug log
867: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
868: THEN
869: fnd_log.STRING (fnd_log.level_procedure,
870: g_module ||
871: l_api_name,

Line 869: fnd_log.STRING (fnd_log.level_procedure,

865:
866: -- end debug log
867: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
868: THEN
869: fnd_log.STRING (fnd_log.level_procedure,
870: g_module ||
871: l_api_name,
872: '1000: Leaving ' ||
873: g_pkg_name ||

Line 899: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

895: FROM okc_k_lines_b
896: WHERE ID = p_line_id;
897: BEGIN
898: -- start debug log
899: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
900: THEN
901: fnd_log.STRING (fnd_log.level_procedure,
902: g_module ||
903: l_api_name,

Line 901: fnd_log.STRING (fnd_log.level_procedure,

897: BEGIN
898: -- start debug log
899: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
900: THEN
901: fnd_log.STRING (fnd_log.level_procedure,
902: g_module ||
903: l_api_name,
904: '100: Entered ' ||
905: g_pkg_name ||

Line 929: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

925:
926: CLOSE l_line_csr;
927:
928: -- end debug log
929: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
930: THEN
931: fnd_log.STRING (fnd_log.level_procedure,
932: g_module ||
933: l_api_name,

Line 931: fnd_log.STRING (fnd_log.level_procedure,

927:
928: -- end debug log
929: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
930: THEN
931: fnd_log.STRING (fnd_log.level_procedure,
932: g_module ||
933: l_api_name,
934: '1000: Leaving ' ||
935: g_pkg_name ||

Line 944: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

940: EXCEPTION
941: WHEN OTHERS
942: THEN
943: -- end debug log
944: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
945: THEN
946: fnd_log.STRING (fnd_log.level_procedure,
947: g_module ||
948: l_api_name,

Line 946: fnd_log.STRING (fnd_log.level_procedure,

942: THEN
943: -- end debug log
944: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
945: THEN
946: fnd_log.STRING (fnd_log.level_procedure,
947: g_module ||
948: l_api_name,
949: '4000: Leaving ' ||
950: g_pkg_name ||

Line 986: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

982: l_dummy VARCHAR2 (1);
983: l_return BOOLEAN;
984: BEGIN
985: -- start debug log
986: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
987: THEN
988: fnd_log.STRING (fnd_log.level_procedure,
989: g_module ||
990: l_api_name,

Line 988: fnd_log.STRING (fnd_log.level_procedure,

984: BEGIN
985: -- start debug log
986: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
987: THEN
988: fnd_log.STRING (fnd_log.level_procedure,
989: g_module ||
990: l_api_name,
991: '100: Entered ' ||
992: g_pkg_name ||

Line 1013: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1009:
1010: CLOSE l_subscr_item_csr;
1011:
1012: -- end debug log
1013: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1014: THEN
1015: fnd_log.STRING (fnd_log.level_procedure,
1016: g_module ||
1017: l_api_name,

Line 1015: fnd_log.STRING (fnd_log.level_procedure,

1011:
1012: -- end debug log
1013: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1014: THEN
1015: fnd_log.STRING (fnd_log.level_procedure,
1016: g_module ||
1017: l_api_name,
1018: '1000: Leaving ' ||
1019: g_pkg_name ||

Line 1098: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1094: l_name VARCHAR2 (1000);
1095: l_description VARCHAR2 (1000);
1096: BEGIN
1097: -- start debug log
1098: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1099: THEN
1100: fnd_log.STRING (fnd_log.level_procedure,
1101: g_module ||
1102: l_api_name,

Line 1100: fnd_log.STRING (fnd_log.level_procedure,

1096: BEGIN
1097: -- start debug log
1098: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1099: THEN
1100: fnd_log.STRING (fnd_log.level_procedure,
1101: g_module ||
1102: l_api_name,
1103: '100: Entered ' ||
1104: g_pkg_name ||

Line 1121: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1117: l_dnz_chr_id;
1118:
1119: CLOSE l_line_csr;
1120:
1121: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1122: THEN
1123: fnd_log.STRING (fnd_log.level_statement,
1124: g_module ||
1125: l_api_name,

Line 1123: fnd_log.STRING (fnd_log.level_statement,

1119: CLOSE l_line_csr;
1120:
1121: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1122: THEN
1123: fnd_log.STRING (fnd_log.level_statement,
1124: g_module ||
1125: l_api_name,
1126: '200:l_cle_id: ' ||
1127: l_cle_id

Line 1129: fnd_log.STRING (fnd_log.level_statement,

1125: l_api_name,
1126: '200:l_cle_id: ' ||
1127: l_cle_id
1128: );
1129: fnd_log.STRING (fnd_log.level_statement,
1130: g_module ||
1131: l_api_name,
1132: '201:l_lse_id: ' ||
1133: l_lse_id

Line 1135: fnd_log.STRING (fnd_log.level_statement,

1131: l_api_name,
1132: '201:l_lse_id: ' ||
1133: l_lse_id
1134: );
1135: fnd_log.STRING (fnd_log.level_statement,
1136: g_module ||
1137: l_api_name,
1138: '202:l_dnz_chr_id: ' ||
1139: l_dnz_chr_id

Line 1153: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1149: INTO l_inv_org_id;
1150:
1151: CLOSE l_hdr_csr;
1152:
1153: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1154: THEN
1155: fnd_log.STRING (fnd_log.level_statement,
1156: g_module ||
1157: l_api_name,

Line 1155: fnd_log.STRING (fnd_log.level_statement,

1151: CLOSE l_hdr_csr;
1152:
1153: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1154: THEN
1155: fnd_log.STRING (fnd_log.level_statement,
1156: g_module ||
1157: l_api_name,
1158: '203:l_inv_org_id: ' ||
1159: l_inv_org_id

Line 1172: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1168: l_object1_id2;
1169:
1170: CLOSE l_item_csr;
1171:
1172: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1173: THEN
1174: fnd_log.STRING (fnd_log.level_statement,
1175: g_module ||
1176: l_api_name,

Line 1174: fnd_log.STRING (fnd_log.level_statement,

1170: CLOSE l_item_csr;
1171:
1172: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1173: THEN
1174: fnd_log.STRING (fnd_log.level_statement,
1175: g_module ||
1176: l_api_name,
1177: '204:object1_id1: ' ||
1178: l_object1_id1

Line 1180: fnd_log.STRING (fnd_log.level_statement,

1176: l_api_name,
1177: '204:object1_id1: ' ||
1178: l_object1_id1
1179: );
1180: fnd_log.STRING (fnd_log.level_statement,
1181: g_module ||
1182: l_api_name,
1183: '205:object1_id2: ' ||
1184: l_object1_id2

Line 1233: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1229: x_description := l_description;
1230: END IF;
1231: END IF;
1232:
1233: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1234: THEN
1235: fnd_log.STRING (fnd_log.level_statement,
1236: g_module ||
1237: l_api_name,

Line 1235: fnd_log.STRING (fnd_log.level_statement,

1231: END IF;
1232:
1233: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1234: THEN
1235: fnd_log.STRING (fnd_log.level_statement,
1236: g_module ||
1237: l_api_name,
1238: '206:x_name: ' ||
1239: x_name

Line 1241: fnd_log.STRING (fnd_log.level_statement,

1237: l_api_name,
1238: '206:x_name: ' ||
1239: x_name
1240: );
1241: fnd_log.STRING (fnd_log.level_statement,
1242: g_module ||
1243: l_api_name,
1244: '207:x_desc: ' ||
1245: x_description

Line 1253: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1249: -- errorout('x_name: ' || x_name);
1250: -- errorout('x_desc: ' || x_description);
1251:
1252: -- end debug log
1253: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1254: THEN
1255: fnd_log.STRING (fnd_log.level_procedure,
1256: g_module ||
1257: l_api_name,

Line 1255: fnd_log.STRING (fnd_log.level_procedure,

1251:
1252: -- end debug log
1253: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1254: THEN
1255: fnd_log.STRING (fnd_log.level_procedure,
1256: g_module ||
1257: l_api_name,
1258: '1000: Leaving ' ||
1259: g_pkg_name ||

Line 1268: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1264: EXCEPTION
1265: WHEN OTHERS
1266: THEN
1267: -- end debug log
1268: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1269: THEN
1270: fnd_log.STRING (fnd_log.level_procedure,
1271: g_module ||
1272: l_api_name,

Line 1270: fnd_log.STRING (fnd_log.level_procedure,

1266: THEN
1267: -- end debug log
1268: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1269: THEN
1270: fnd_log.STRING (fnd_log.level_procedure,
1271: g_module ||
1272: l_api_name,
1273: '4000: Leaving ' ||
1274: g_pkg_name ||

Line 1298: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1294: l_api_name CONSTANT VARCHAR2 (30)
1295: := 'GET_PRICING_MESSAGES';
1296: BEGIN
1297: -- start debug log
1298: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1299: THEN
1300: fnd_log.STRING (fnd_log.level_procedure,
1301: g_module ||
1302: l_api_name,

Line 1300: fnd_log.STRING (fnd_log.level_procedure,

1296: BEGIN
1297: -- start debug log
1298: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1299: THEN
1300: fnd_log.STRING (fnd_log.level_procedure,
1301: g_module ||
1302: l_api_name,
1303: '100: Entered ' ||
1304: g_pkg_name ||

Line 1311: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1307: );
1308: END IF;
1309:
1310: -- end debug log
1311: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1312: THEN
1313: fnd_log.STRING (fnd_log.level_procedure,
1314: g_module ||
1315: l_api_name,

Line 1313: fnd_log.STRING (fnd_log.level_procedure,

1309:
1310: -- end debug log
1311: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1312: THEN
1313: fnd_log.STRING (fnd_log.level_procedure,
1314: g_module ||
1315: l_api_name,
1316: '1000: Leaving ' ||
1317: g_pkg_name ||

Line 1358: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1354:
1355: l_amount NUMBER := 0;
1356: BEGIN
1357: -- start debug log
1358: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1359: THEN
1360: fnd_log.STRING (fnd_log.level_procedure,
1361: g_module ||
1362: l_api_name,

Line 1360: fnd_log.STRING (fnd_log.level_procedure,

1356: BEGIN
1357: -- start debug log
1358: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1359: THEN
1360: fnd_log.STRING (fnd_log.level_procedure,
1361: g_module ||
1362: l_api_name,
1363: '100: Entered ' ||
1364: g_pkg_name ||

Line 1401: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1397: l_amount := 0;
1398: END IF;
1399:
1400: -- end debug log
1401: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1402: THEN
1403: fnd_log.STRING (fnd_log.level_procedure,
1404: g_module ||
1405: l_api_name,

Line 1403: fnd_log.STRING (fnd_log.level_procedure,

1399:
1400: -- end debug log
1401: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1402: THEN
1403: fnd_log.STRING (fnd_log.level_procedure,
1404: g_module ||
1405: l_api_name,
1406: '1000: Leaving ' ||
1407: g_pkg_name ||

Line 1429: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1425: l_proc_name VARCHAR2 (240)
1426: := 'QUALIFIER_PARTY_MERGE';
1427: BEGIN
1428: -- start debug log
1429: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1430: THEN
1431: fnd_log.STRING (fnd_log.level_procedure,
1432: g_module ||
1433: l_api_name,

Line 1431: fnd_log.STRING (fnd_log.level_procedure,

1427: BEGIN
1428: -- start debug log
1429: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1430: THEN
1431: fnd_log.STRING (fnd_log.level_procedure,
1432: g_module ||
1433: l_api_name,
1434: '100: Entered ' ||
1435: g_pkg_name ||

Line 1459: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1455: arp_message.set_name ('AR', 'AR_ROWS_UPDATED');
1456: arp_message.set_token ('NUM_ROWS', TO_CHAR (l_count));
1457:
1458: -- end debug log
1459: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1460: THEN
1461: fnd_log.STRING (fnd_log.level_procedure,
1462: g_module ||
1463: l_api_name,

Line 1461: fnd_log.STRING (fnd_log.level_procedure,

1457:
1458: -- end debug log
1459: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1460: THEN
1461: fnd_log.STRING (fnd_log.level_procedure,
1462: g_module ||
1463: l_api_name,
1464: '1000: Leaving ' ||
1465: g_pkg_name ||

Line 1474: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1470: EXCEPTION
1471: WHEN OTHERS
1472: THEN
1473: -- end debug log
1474: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1475: THEN
1476: fnd_log.STRING (fnd_log.level_procedure,
1477: g_module ||
1478: l_api_name,

Line 1476: fnd_log.STRING (fnd_log.level_procedure,

1472: THEN
1473: -- end debug log
1474: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1475: THEN
1476: fnd_log.STRING (fnd_log.level_procedure,
1477: g_module ||
1478: l_api_name,
1479: '4000: Leaving ' ||
1480: g_pkg_name ||

Line 1538: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1534: l_proc_name VARCHAR2 (240)
1535: := 'QUALIFIER_ACCOUNT_MERGE';
1536: BEGIN
1537: -- start debug log
1538: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1539: THEN
1540: fnd_log.STRING (fnd_log.level_procedure,
1541: g_module ||
1542: l_api_name,

Line 1540: fnd_log.STRING (fnd_log.level_procedure,

1536: BEGIN
1537: -- start debug log
1538: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1539: THEN
1540: fnd_log.STRING (fnd_log.level_procedure,
1541: g_module ||
1542: l_api_name,
1543: '100: Entered ' ||
1544: g_pkg_name ||

Line 1575: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1571: IF merge_header_id_list.COUNT = 0
1572: AND l_last_fetch
1573: THEN
1574: -- end debug log
1575: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1576: THEN
1577: fnd_log.STRING (fnd_log.level_procedure,
1578: g_module ||
1579: l_api_name,

Line 1577: fnd_log.STRING (fnd_log.level_procedure,

1573: THEN
1574: -- end debug log
1575: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1576: THEN
1577: fnd_log.STRING (fnd_log.level_procedure,
1578: g_module ||
1579: l_api_name,
1580: '1000: Leaving ' ||
1581: g_pkg_name ||

Line 1652: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1648: arp_message.set_name ('AR', 'AR_ROWS_UPDATED');
1649: arp_message.set_token ('NUM_ROWS', TO_CHAR (l_count));
1650:
1651: -- end debug log
1652: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1653: THEN
1654: fnd_log.STRING (fnd_log.level_procedure,
1655: g_module ||
1656: l_api_name,

Line 1654: fnd_log.STRING (fnd_log.level_procedure,

1650:
1651: -- end debug log
1652: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1653: THEN
1654: fnd_log.STRING (fnd_log.level_procedure,
1655: g_module ||
1656: l_api_name,
1657: '1000: Leaving ' ||
1658: g_pkg_name ||

Line 1667: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1663: EXCEPTION
1664: WHEN OTHERS
1665: THEN
1666: -- end debug log
1667: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1668: THEN
1669: fnd_log.STRING (fnd_log.level_procedure,
1670: g_module ||
1671: l_api_name,

Line 1669: fnd_log.STRING (fnd_log.level_procedure,

1665: THEN
1666: -- end debug log
1667: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1668: THEN
1669: fnd_log.STRING (fnd_log.level_procedure,
1670: g_module ||
1671: l_api_name,
1672: '4000: Leaving ' ||
1673: g_pkg_name ||

Line 1776: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

1772: l_line_no VARCHAR2 (300);
1773: l_status VARCHAR2 (30); --3912685
1774: BEGIN
1775: -- start debug log
1776: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1777: THEN
1778: fnd_log.STRING (fnd_log.level_procedure,
1779: g_module ||
1780: l_api_name,

Line 1778: fnd_log.STRING (fnd_log.level_procedure,

1774: BEGIN
1775: -- start debug log
1776: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
1777: THEN
1778: fnd_log.STRING (fnd_log.level_procedure,
1779: g_module ||
1780: l_api_name,
1781: '100: Entered ' ||
1782: g_pkg_name ||

Line 1790: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1786: END IF;
1787:
1788: x_return_status := g_ret_sts_success;
1789:
1790: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1791: THEN
1792: fnd_log.STRING (fnd_log.level_statement,
1793: g_module ||
1794: l_api_name,

Line 1792: fnd_log.STRING (fnd_log.level_statement,

1788: x_return_status := g_ret_sts_success;
1789:
1790: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1791: THEN
1792: fnd_log.STRING (fnd_log.level_statement,
1793: g_module ||
1794: l_api_name,
1795: '300:********** Entered Subscription Price ********'
1796: );

Line 1797: fnd_log.STRING (fnd_log.level_statement,

1793: g_module ||
1794: l_api_name,
1795: '300:********** Entered Subscription Price ********'
1796: );
1797: fnd_log.STRING (fnd_log.level_statement,
1798: g_module ||
1799: l_api_name,
1800: '301:CHR_ID = ' ||
1801: p_detail_rec.chr_id

Line 1803: fnd_log.STRING (fnd_log.level_statement,

1799: l_api_name,
1800: '301:CHR_ID = ' ||
1801: p_detail_rec.chr_id
1802: );
1803: fnd_log.STRING (fnd_log.level_statement,
1804: g_module ||
1805: l_api_name,
1806: '302:LINE_ID = ' ||
1807: p_detail_rec.line_id

Line 1809: fnd_log.STRING (fnd_log.level_statement,

1805: l_api_name,
1806: '302:LINE_ID = ' ||
1807: p_detail_rec.line_id
1808: );
1809: fnd_log.STRING (fnd_log.level_statement,
1810: g_module ||
1811: l_api_name,
1812: '303:SUBLINE_ID = ' ||
1813: p_detail_rec.subline_id

Line 1815: fnd_log.STRING (fnd_log.level_statement,

1811: l_api_name,
1812: '303:SUBLINE_ID = ' ||
1813: p_detail_rec.subline_id
1814: );
1815: fnd_log.STRING (fnd_log.level_statement,
1816: g_module ||
1817: l_api_name,
1818: '304:INTENT = ' ||
1819: p_detail_rec.intent

Line 1821: fnd_log.STRING (fnd_log.level_statement,

1817: l_api_name,
1818: '304:INTENT = ' ||
1819: p_detail_rec.intent
1820: );
1821: fnd_log.STRING (fnd_log.level_statement,
1822: g_module ||
1823: l_api_name,
1824: '305:CURRENCY = ' ||
1825: p_detail_rec.currency

Line 1827: fnd_log.STRING (fnd_log.level_statement,

1823: l_api_name,
1824: '305:CURRENCY = ' ||
1825: p_detail_rec.currency
1826: );
1827: fnd_log.STRING (fnd_log.level_statement,
1828: g_module ||
1829: l_api_name,
1830: '306:Usage Qty = ' ||
1831: p_detail_rec.usage_qty

Line 1833: fnd_log.STRING (fnd_log.level_statement,

1829: l_api_name,
1830: '306:Usage Qty = ' ||
1831: p_detail_rec.usage_qty
1832: );
1833: fnd_log.STRING (fnd_log.level_statement,
1834: g_module ||
1835: l_api_name,
1836: '307:Usage UOM Code = ' ||
1837: p_detail_rec.usage_uom_code

Line 1882: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1878: IF l_line_details_csr%NOTFOUND
1879: THEN
1880: CLOSE l_line_details_csr;
1881:
1882: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1883: THEN
1884: fnd_log.STRING
1885: (fnd_log.level_statement,
1886: g_module ||

Line 1884: fnd_log.STRING

1880: CLOSE l_line_details_csr;
1881:
1882: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1883: THEN
1884: fnd_log.STRING
1885: (fnd_log.level_statement,
1886: g_module ||
1887: l_api_name,
1888: '308:Negotiated amount ERROR at Calc Subscription call'

Line 1885: (fnd_log.level_statement,

1881:
1882: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1883: THEN
1884: fnd_log.STRING
1885: (fnd_log.level_statement,
1886: g_module ||
1887: l_api_name,
1888: '308:Negotiated amount ERROR at Calc Subscription call'
1889: );

Line 1907: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1903: );
1904:
1905: IF x_return_status <> g_ret_sts_success
1906: THEN
1907: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1908: THEN
1909: fnd_log.STRING (fnd_log.level_statement,
1910: g_module ||
1911: l_api_name,

Line 1909: fnd_log.STRING (fnd_log.level_statement,

1905: IF x_return_status <> g_ret_sts_success
1906: THEN
1907: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1908: THEN
1909: fnd_log.STRING (fnd_log.level_statement,
1910: g_module ||
1911: l_api_name,
1912: '309:UOM/QTY ERROR at Calc Subscription call'
1913: );

Line 1920: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1916: --errorout('UOM/QTY ERROR at Calc Subscription call');
1917: RAISE g_exc_error;
1918: END IF;
1919:
1920: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1921: THEN
1922: fnd_log.STRING (fnd_log.level_statement,
1923: g_module ||
1924: l_api_name,

Line 1922: fnd_log.STRING (fnd_log.level_statement,

1918: END IF;
1919:
1920: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1921: THEN
1922: fnd_log.STRING (fnd_log.level_statement,
1923: g_module ||
1924: l_api_name,
1925: '310:QTY = ' ||
1926: l_qpprod_quantity ||

Line 1947: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

1943: l_line_details_rec.price_negotiated /
1944: l_qpprod_quantity;
1945: END IF;
1946:
1947: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1948: THEN
1949: fnd_log.STRING (fnd_log.level_statement,
1950: g_module ||
1951: l_api_name,

Line 1949: fnd_log.STRING (fnd_log.level_statement,

1945: END IF;
1946:
1947: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
1948: THEN
1949: fnd_log.STRING (fnd_log.level_statement,
1950: g_module ||
1951: l_api_name,
1952: '311:Asking price = ' ||
1953: l_input_detail_rec.asking_unit_price

Line 1970: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

1966: );
1967:
1968: IF x_return_status <> g_ret_sts_success
1969: THEN
1970: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
1971: )
1972: THEN
1973: fnd_log.STRING (fnd_log.level_procedure,
1974: g_module ||

Line 1973: fnd_log.STRING (fnd_log.level_procedure,

1969: THEN
1970: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
1971: )
1972: THEN
1973: fnd_log.STRING (fnd_log.level_procedure,
1974: g_module ||
1975: l_api_name,
1976: '101:CALC PRICE ERROR at 2nd SAPI call'
1977: );

Line 1980: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

1976: '101:CALC PRICE ERROR at 2nd SAPI call'
1977: );
1978: END IF;
1979:
1980: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
1981: )
1982: THEN
1983: fnd_log.STRING (fnd_log.level_statement,
1984: g_module ||

Line 1983: fnd_log.STRING (fnd_log.level_statement,

1979:
1980: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
1981: )
1982: THEN
1983: fnd_log.STRING (fnd_log.level_statement,
1984: g_module ||
1985: l_api_name,
1986: '312:CALC PRICE ERROR at 2nd SAPI call'
1987: );

Line 2061: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2057: );
2058:
2059: IF x_return_status <> g_ret_sts_success
2060: THEN
2061: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2062: THEN
2063: fnd_log.STRING (fnd_log.level_statement,
2064: g_module ||
2065: l_api_name,

Line 2063: fnd_log.STRING (fnd_log.level_statement,

2059: IF x_return_status <> g_ret_sts_success
2060: THEN
2061: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2062: THEN
2063: fnd_log.STRING (fnd_log.level_statement,
2064: g_module ||
2065: l_api_name,
2066: '313:CALC Price ERROR after SAPI call'
2067: );

Line 2098: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2094: x_price_details.prod_priced_qty := NULL;
2095: x_price_details.prod_priced_uom := NULL;
2096: x_price_details.prod_ext_amount := NULL;
2097:
2098: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2099: THEN
2100: fnd_log.STRING (fnd_log.level_statement,
2101: g_module ||
2102: l_api_name,

Line 2100: fnd_log.STRING (fnd_log.level_statement,

2096: x_price_details.prod_ext_amount := NULL;
2097:
2098: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2099: THEN
2100: fnd_log.STRING (fnd_log.level_statement,
2101: g_module ||
2102: l_api_name,
2103: '314:x_price_details.PROD_QTY = ' ||
2104: x_price_details.prod_qty

Line 2106: fnd_log.STRING (fnd_log.level_statement,

2102: l_api_name,
2103: '314:x_price_details.PROD_QTY = ' ||
2104: x_price_details.prod_qty
2105: );
2106: fnd_log.STRING (fnd_log.level_statement,
2107: g_module ||
2108: l_api_name,
2109: '315:x_price_details.PROD_QTY_UOM = ' ||
2110: x_price_details.prod_qty_uom

Line 2112: fnd_log.STRING (fnd_log.level_statement,

2108: l_api_name,
2109: '315:x_price_details.PROD_QTY_UOM = ' ||
2110: x_price_details.prod_qty_uom
2111: );
2112: fnd_log.STRING (fnd_log.level_statement,
2113: g_module ||
2114: l_api_name,
2115: '316:x_price_details.SERV_QTY = ' ||
2116: x_price_details.serv_qty

Line 2118: fnd_log.STRING (fnd_log.level_statement,

2114: l_api_name,
2115: '316:x_price_details.SERV_QTY = ' ||
2116: x_price_details.serv_qty
2117: );
2118: fnd_log.STRING (fnd_log.level_statement,
2119: g_module ||
2120: l_api_name,
2121: '317:x_price_details.SERV_QTY_UOM = ' ||
2122: x_price_details.serv_qty_uom

Line 2124: fnd_log.STRING (fnd_log.level_statement,

2120: l_api_name,
2121: '317:x_price_details.SERV_QTY_UOM = ' ||
2122: x_price_details.serv_qty_uom
2123: );
2124: fnd_log.STRING (fnd_log.level_statement,
2125: g_module ||
2126: l_api_name,
2127: '318:x_price_details.PROD_PRICE_LIST_ID = ' ||
2128: x_price_details.prod_price_list_id

Line 2130: fnd_log.STRING (fnd_log.level_statement,

2126: l_api_name,
2127: '318:x_price_details.PROD_PRICE_LIST_ID = ' ||
2128: x_price_details.prod_price_list_id
2129: );
2130: fnd_log.STRING (fnd_log.level_statement,
2131: g_module ||
2132: l_api_name,
2133: '319:x_price_details.SERV_PRICE_LIST_ID = ' ||
2134: x_price_details.serv_price_list_id

Line 2136: fnd_log.STRING (fnd_log.level_statement,

2132: l_api_name,
2133: '319:x_price_details.SERV_PRICE_LIST_ID = ' ||
2134: x_price_details.serv_price_list_id
2135: );
2136: fnd_log.STRING (fnd_log.level_statement,
2137: g_module ||
2138: l_api_name,
2139: '320:x_price_details.PROD_LIST_UNIT_PRICE = ' ||
2140: x_price_details.prod_list_unit_price

Line 2142: fnd_log.STRING (fnd_log.level_statement,

2138: l_api_name,
2139: '320:x_price_details.PROD_LIST_UNIT_PRICE = ' ||
2140: x_price_details.prod_list_unit_price
2141: );
2142: fnd_log.STRING (fnd_log.level_statement,
2143: g_module ||
2144: l_api_name,
2145: '321:x_price_details.SERV_LIST_UNIT_PRICE = ' ||
2146: x_price_details.serv_list_unit_price

Line 2148: fnd_log.STRING (fnd_log.level_statement,

2144: l_api_name,
2145: '321:x_price_details.SERV_LIST_UNIT_PRICE = ' ||
2146: x_price_details.serv_list_unit_price
2147: );
2148: fnd_log.STRING (fnd_log.level_statement,
2149: g_module ||
2150: l_api_name,
2151: '322:x_price_details.PROD_ADJ_UNIT_PRICE = ' ||
2152: x_price_details.prod_adj_unit_price

Line 2154: fnd_log.STRING (fnd_log.level_statement,

2150: l_api_name,
2151: '322:x_price_details.PROD_ADJ_UNIT_PRICE = ' ||
2152: x_price_details.prod_adj_unit_price
2153: );
2154: fnd_log.STRING (fnd_log.level_statement,
2155: g_module ||
2156: l_api_name,
2157: '323:x_price_details.SERV_ADJ_UNIT_PRICE = ' ||
2158: x_price_details.serv_adj_unit_price

Line 2160: fnd_log.STRING (fnd_log.level_statement,

2156: l_api_name,
2157: '323:x_price_details.SERV_ADJ_UNIT_PRICE = ' ||
2158: x_price_details.serv_adj_unit_price
2159: );
2160: fnd_log.STRING (fnd_log.level_statement,
2161: g_module ||
2162: l_api_name,
2163: '324:x_price_details.PROD_PRICED_QTY = ' ||
2164: x_price_details.prod_priced_qty

Line 2166: fnd_log.STRING (fnd_log.level_statement,

2162: l_api_name,
2163: '324:x_price_details.PROD_PRICED_QTY = ' ||
2164: x_price_details.prod_priced_qty
2165: );
2166: fnd_log.STRING (fnd_log.level_statement,
2167: g_module ||
2168: l_api_name,
2169: '325:x_price_details.PROD_PRICED_UOM = ' ||
2170: x_price_details.prod_priced_uom

Line 2172: fnd_log.STRING (fnd_log.level_statement,

2168: l_api_name,
2169: '325:x_price_details.PROD_PRICED_UOM = ' ||
2170: x_price_details.prod_priced_uom
2171: );
2172: fnd_log.STRING (fnd_log.level_statement,
2173: g_module ||
2174: l_api_name,
2175: '326:x_price_details.PROD_EXT_AMOUNT = ' ||
2176: x_price_details.prod_ext_amount

Line 2178: fnd_log.STRING (fnd_log.level_statement,

2174: l_api_name,
2175: '326:x_price_details.PROD_EXT_AMOUNT = ' ||
2176: x_price_details.prod_ext_amount
2177: );
2178: fnd_log.STRING (fnd_log.level_statement,
2179: g_module ||
2180: l_api_name,
2181: '327:x_price_details.SERV_PRICED_QTY = ' ||
2182: x_price_details.serv_priced_qty

Line 2184: fnd_log.STRING (fnd_log.level_statement,

2180: l_api_name,
2181: '327:x_price_details.SERV_PRICED_QTY = ' ||
2182: x_price_details.serv_priced_qty
2183: );
2184: fnd_log.STRING (fnd_log.level_statement,
2185: g_module ||
2186: l_api_name,
2187: '328:x_price_details.SERV_PRICED_UOM = ' ||
2188: x_price_details.serv_priced_uom

Line 2190: fnd_log.STRING (fnd_log.level_statement,

2186: l_api_name,
2187: '328:x_price_details.SERV_PRICED_UOM = ' ||
2188: x_price_details.serv_priced_uom
2189: );
2190: fnd_log.STRING (fnd_log.level_statement,
2191: g_module ||
2192: l_api_name,
2193: '329:x_price_details.SERV_EXT_AMOUNT = ' ||
2194: x_price_details.serv_ext_amount

Line 2196: fnd_log.STRING (fnd_log.level_statement,

2192: l_api_name,
2193: '329:x_price_details.SERV_EXT_AMOUNT = ' ||
2194: x_price_details.serv_ext_amount
2195: );
2196: fnd_log.STRING (fnd_log.level_statement,
2197: g_module ||
2198: l_api_name,
2199: '330:x_price_details.SERV_OPERAND = ' ||
2200: x_price_details.serv_operand

Line 2202: fnd_log.STRING (fnd_log.level_statement,

2198: l_api_name,
2199: '330:x_price_details.SERV_OPERAND = ' ||
2200: x_price_details.serv_operand
2201: );
2202: fnd_log.STRING (fnd_log.level_statement,
2203: g_module ||
2204: l_api_name,
2205: '331:x_price_details.SERV_OPERATOR = ' ||
2206: x_price_details.serv_operator

Line 2208: fnd_log.STRING (fnd_log.level_statement,

2204: l_api_name,
2205: '331:x_price_details.SERV_OPERATOR = ' ||
2206: x_price_details.serv_operator
2207: );
2208: fnd_log.STRING (fnd_log.level_statement,
2209: g_module ||
2210: l_api_name,
2211: '332:x_price_details.STATUS_TEXT = ' ||
2212: x_price_details.status_text

Line 2214: fnd_log.STRING (fnd_log.level_statement,

2210: l_api_name,
2211: '332:x_price_details.STATUS_TEXT = ' ||
2212: x_price_details.status_text
2213: );
2214: fnd_log.STRING (fnd_log.level_statement,
2215: g_module ||
2216: l_api_name,
2217: '333:l_rail_rec.amount = ' ||
2218: l_rail_rec.amount

Line 2257: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2253: );
2254:
2255: IF x_return_status <> g_ret_sts_success
2256: THEN
2257: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2258: THEN
2259: fnd_log.STRING (fnd_log.level_statement,
2260: g_module ||
2261: l_api_name,

Line 2259: fnd_log.STRING (fnd_log.level_statement,

2255: IF x_return_status <> g_ret_sts_success
2256: THEN
2257: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2258: THEN
2259: fnd_log.STRING (fnd_log.level_statement,
2260: g_module ||
2261: l_api_name,
2262: '334:Tax ERROR after GET_TAX call x_return_status '||x_return_status
2263: );

Line 2264: fnd_log.STRING (fnd_log.level_statement,

2260: g_module ||
2261: l_api_name,
2262: '334:Tax ERROR after GET_TAX call x_return_status '||x_return_status
2263: );
2264: fnd_log.STRING (fnd_log.level_statement,
2265: g_module ||
2266: l_api_name,
2267: '334:x_msg_data '||x_msg_data
2268: );

Line 2278: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2274: l_rail_rec.tax_value := 0;
2275: l_rail_rec.amount_includes_tax_flag := 'N';
2276: END IF;
2277:
2278: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2279: THEN
2280: fnd_log.STRING (fnd_log.level_statement,
2281: g_module ||
2282: l_api_name,

Line 2280: fnd_log.STRING (fnd_log.level_statement,

2276: END IF;
2277:
2278: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2279: THEN
2280: fnd_log.STRING (fnd_log.level_statement,
2281: g_module ||
2282: l_api_name,
2283: '336:l_rail_rec.TAX_VALUE = ' ||
2284: l_rail_rec.tax_value

Line 2286: fnd_log.STRING (fnd_log.level_statement,

2282: l_api_name,
2283: '336:l_rail_rec.TAX_VALUE = ' ||
2284: l_rail_rec.tax_value
2285: );
2286: fnd_log.STRING (fnd_log.level_statement,
2287: g_module ||
2288: l_api_name,
2289: '337:l_rail_rec.AMOUNT_INCLUDES_TAX_FLAG = ' ||
2290: l_rail_rec.amount_includes_tax_flag

Line 2365: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2361: );
2362:
2363: IF x_return_status <> g_ret_sts_success
2364: THEN
2365: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2366: THEN
2367: fnd_log.STRING (fnd_log.level_statement,
2368: g_module ||
2369: l_api_name,

Line 2367: fnd_log.STRING (fnd_log.level_statement,

2363: IF x_return_status <> g_ret_sts_success
2364: THEN
2365: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2366: THEN
2367: fnd_log.STRING (fnd_log.level_statement,
2368: g_module ||
2369: l_api_name,
2370: '338:Update line details at Calc Subscription'
2371: );

Line 2398: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2394: );
2395:
2396: IF x_return_status <> g_ret_sts_success
2397: THEN
2398: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2399: THEN
2400: fnd_log.STRING
2401: (fnd_log.level_statement,
2402: g_module ||

Line 2400: fnd_log.STRING

2396: IF x_return_status <> g_ret_sts_success
2397: THEN
2398: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2399: THEN
2400: fnd_log.STRING
2401: (fnd_log.level_statement,
2402: g_module ||
2403: l_api_name,
2404: '339:Update Contract line ERROR at Calc Subscription'

Line 2401: (fnd_log.level_statement,

2397: THEN
2398: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2399: THEN
2400: fnd_log.STRING
2401: (fnd_log.level_statement,
2402: g_module ||
2403: l_api_name,
2404: '339:Update Contract line ERROR at Calc Subscription'
2405: );

Line 2422: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2418: x_price_details.serv_adj_unit_price;
2419: l_scev_rec_in.object_version_number :=
2420: l_subs_elements_rec.object_version_number;
2421:
2422: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2423: THEN
2424: fnd_log.STRING (fnd_log.level_statement,
2425: g_module ||
2426: l_api_name,

Line 2424: fnd_log.STRING (fnd_log.level_statement,

2420: l_subs_elements_rec.object_version_number;
2421:
2422: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2423: THEN
2424: fnd_log.STRING (fnd_log.level_statement,
2425: g_module ||
2426: l_api_name,
2427: '340:Subscription element ID : ' ||
2428: l_scev_rec_in.ID

Line 2430: fnd_log.STRING (fnd_log.level_statement,

2426: l_api_name,
2427: '340:Subscription element ID : ' ||
2428: l_scev_rec_in.ID
2429: );
2430: fnd_log.STRING (fnd_log.level_statement,
2431: g_module ||
2432: l_api_name,
2433: '341:Subscription element Amt : ' ||
2434: l_scev_rec_in.amount

Line 2451: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2447: );
2448:
2449: IF x_return_status <> g_ret_sts_success
2450: THEN
2451: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2452: THEN
2453: fnd_log.STRING
2454: (fnd_log.level_statement,
2455: g_module ||

Line 2453: fnd_log.STRING

2449: IF x_return_status <> g_ret_sts_success
2450: THEN
2451: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2452: THEN
2453: fnd_log.STRING
2454: (fnd_log.level_statement,
2455: g_module ||
2456: l_api_name,
2457: '342:ERROR while updating Subscription elements at Calc Subscription'

Line 2454: (fnd_log.level_statement,

2450: THEN
2451: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2452: THEN
2453: fnd_log.STRING
2454: (fnd_log.level_statement,
2455: g_module ||
2456: l_api_name,
2457: '342:ERROR while updating Subscription elements at Calc Subscription'
2458: );

Line 2509: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

2505: x_price_details.status_text :=
2506: NVL (x_price_details.status_text, g_sts_txt_success);
2507:
2508: -- end debug log
2509: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2510: THEN
2511: fnd_log.STRING (fnd_log.level_procedure,
2512: g_module ||
2513: l_api_name,

Line 2511: fnd_log.STRING (fnd_log.level_procedure,

2507:
2508: -- end debug log
2509: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2510: THEN
2511: fnd_log.STRING (fnd_log.level_procedure,
2512: g_module ||
2513: l_api_name,
2514: '1000: Leaving ' ||
2515: g_pkg_name ||

Line 2524: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

2520: EXCEPTION
2521: WHEN g_exc_cant_price
2522: THEN
2523: -- end debug log
2524: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2525: THEN
2526: fnd_log.STRING (fnd_log.level_procedure,
2527: g_module ||
2528: l_api_name,

Line 2526: fnd_log.STRING (fnd_log.level_procedure,

2522: THEN
2523: -- end debug log
2524: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2525: THEN
2526: fnd_log.STRING (fnd_log.level_procedure,
2527: g_module ||
2528: l_api_name,
2529: '7000: Leaving ' ||
2530: g_pkg_name ||

Line 2572: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

2568: END IF;
2569: WHEN g_exc_error
2570: THEN
2571: -- end debug log
2572: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2573: THEN
2574: fnd_log.STRING (fnd_log.level_procedure,
2575: g_module ||
2576: l_api_name,

Line 2574: fnd_log.STRING (fnd_log.level_procedure,

2570: THEN
2571: -- end debug log
2572: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2573: THEN
2574: fnd_log.STRING (fnd_log.level_procedure,
2575: g_module ||
2576: l_api_name,
2577: '2000: Leaving ' ||
2578: g_pkg_name ||

Line 2618: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

2614: END IF;
2615: WHEN OTHERS
2616: THEN
2617: -- end debug log
2618: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2619: THEN
2620: fnd_log.STRING (fnd_log.level_procedure,
2621: g_module ||
2622: l_api_name,

Line 2620: fnd_log.STRING (fnd_log.level_procedure,

2616: THEN
2617: -- end debug log
2618: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2619: THEN
2620: fnd_log.STRING (fnd_log.level_procedure,
2621: g_module ||
2622: l_api_name,
2623: '4000: Leaving ' ||
2624: g_pkg_name ||

Line 2734: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

2730: l_chr_id NUMBER;
2731: invalid_hdr_id_exception EXCEPTION;
2732: BEGIN
2733: -- start debug log
2734: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2735: THEN
2736: fnd_log.STRING (fnd_log.level_procedure,
2737: g_module ||
2738: l_api_name,

Line 2736: fnd_log.STRING (fnd_log.level_procedure,

2732: BEGIN
2733: -- start debug log
2734: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
2735: THEN
2736: fnd_log.STRING (fnd_log.level_procedure,
2737: g_module ||
2738: l_api_name,
2739: '100: Entered ' ||
2740: g_pkg_name ||

Line 2748: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2744: END IF;
2745:
2746: x_return_status := g_ret_sts_success;
2747:
2748: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2749: THEN
2750: fnd_log.STRING (fnd_log.level_statement,
2751: g_module ||
2752: l_api_name,

Line 2750: fnd_log.STRING (fnd_log.level_statement,

2746: x_return_status := g_ret_sts_success;
2747:
2748: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2749: THEN
2750: fnd_log.STRING (fnd_log.level_statement,
2751: g_module ||
2752: l_api_name,
2753: '343:********** Entered Sub line Price ********'
2754: );

Line 2755: fnd_log.STRING (fnd_log.level_statement,

2751: g_module ||
2752: l_api_name,
2753: '343:********** Entered Sub line Price ********'
2754: );
2755: fnd_log.STRING (fnd_log.level_statement,
2756: g_module ||
2757: l_api_name,
2758: '344:CHR_ID = ' ||
2759: p_detail_rec.chr_id

Line 2761: fnd_log.STRING (fnd_log.level_statement,

2757: l_api_name,
2758: '344:CHR_ID = ' ||
2759: p_detail_rec.chr_id
2760: );
2761: fnd_log.STRING (fnd_log.level_statement,
2762: g_module ||
2763: l_api_name,
2764: '345:LINE_ID = ' ||
2765: p_detail_rec.line_id

Line 2767: fnd_log.STRING (fnd_log.level_statement,

2763: l_api_name,
2764: '345:LINE_ID = ' ||
2765: p_detail_rec.line_id
2766: );
2767: fnd_log.STRING (fnd_log.level_statement,
2768: g_module ||
2769: l_api_name,
2770: '346:SUBLINE_ID = ' ||
2771: p_detail_rec.subline_id

Line 2773: fnd_log.STRING (fnd_log.level_statement,

2769: l_api_name,
2770: '346:SUBLINE_ID = ' ||
2771: p_detail_rec.subline_id
2772: );
2773: fnd_log.STRING (fnd_log.level_statement,
2774: g_module ||
2775: l_api_name,
2776: '347:INTENT = ' ||
2777: p_detail_rec.intent

Line 2779: fnd_log.STRING (fnd_log.level_statement,

2775: l_api_name,
2776: '347:INTENT = ' ||
2777: p_detail_rec.intent
2778: );
2779: fnd_log.STRING (fnd_log.level_statement,
2780: g_module ||
2781: l_api_name,
2782: '348:CURRENCY = ' ||
2783: p_detail_rec.currency

Line 2785: fnd_log.STRING (fnd_log.level_statement,

2781: l_api_name,
2782: '348:CURRENCY = ' ||
2783: p_detail_rec.currency
2784: );
2785: fnd_log.STRING (fnd_log.level_statement,
2786: g_module ||
2787: l_api_name,
2788: '349:Usage Qty = ' ||
2789: p_detail_rec.usage_qty

Line 2791: fnd_log.STRING (fnd_log.level_statement,

2787: l_api_name,
2788: '349:Usage Qty = ' ||
2789: p_detail_rec.usage_qty
2790: );
2791: fnd_log.STRING (fnd_log.level_statement,
2792: g_module ||
2793: l_api_name,
2794: '350:Usage UOM Code = ' ||
2795: p_detail_rec.usage_uom_code

Line 2839: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2835: IF l_line_details_csr%NOTFOUND
2836: THEN
2837: CLOSE l_line_details_csr;
2838:
2839: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2840: THEN
2841: fnd_log.STRING
2842: (fnd_log.level_statement,
2843: g_module ||

Line 2841: fnd_log.STRING

2837: CLOSE l_line_details_csr;
2838:
2839: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2840: THEN
2841: fnd_log.STRING
2842: (fnd_log.level_statement,
2843: g_module ||
2844: l_api_name,
2845: '351:Override amount not present in Price Negotiated column'

Line 2842: (fnd_log.level_statement,

2838:
2839: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2840: THEN
2841: fnd_log.STRING
2842: (fnd_log.level_statement,
2843: g_module ||
2844: l_api_name,
2845: '351:Override amount not present in Price Negotiated column'
2846: );

Line 2876: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

2872: );
2873:
2874: IF x_return_status <> g_ret_sts_success
2875: THEN
2876: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
2877: )
2878: THEN
2879: fnd_log.STRING (fnd_log.level_statement,
2880: g_module ||

Line 2879: fnd_log.STRING (fnd_log.level_statement,

2875: THEN
2876: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
2877: )
2878: THEN
2879: fnd_log.STRING (fnd_log.level_statement,
2880: g_module ||
2881: l_api_name,
2882: '352:CALC PRICE ERROR at 1st SAPI call'
2883: );

Line 2901: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

2897: (l_prod_qty *
2898: l_serv_qty
2899: );
2900:
2901: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2902: THEN
2903: fnd_log.STRING (fnd_log.level_statement,
2904: g_module ||
2905: l_api_name,

Line 2903: fnd_log.STRING (fnd_log.level_statement,

2899: );
2900:
2901: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
2902: THEN
2903: fnd_log.STRING (fnd_log.level_statement,
2904: g_module ||
2905: l_api_name,
2906: '353:Asking price : ' ||
2907: l_input_detail_rec.asking_unit_price

Line 2924: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

2920: );
2921:
2922: IF x_return_status <> g_ret_sts_success
2923: THEN
2924: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
2925: )
2926: THEN
2927: fnd_log.STRING (fnd_log.level_procedure,
2928: g_module ||

Line 2927: fnd_log.STRING (fnd_log.level_procedure,

2923: THEN
2924: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
2925: )
2926: THEN
2927: fnd_log.STRING (fnd_log.level_procedure,
2928: g_module ||
2929: l_api_name,
2930: '201:CALC PRICE ERROR at 2nd SAPI call'
2931: );

Line 2934: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

2930: '201:CALC PRICE ERROR at 2nd SAPI call'
2931: );
2932: END IF;
2933:
2934: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
2935: )
2936: THEN
2937: fnd_log.STRING (fnd_log.level_statement,
2938: g_module ||

Line 2937: fnd_log.STRING (fnd_log.level_statement,

2933:
2934: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
2935: )
2936: THEN
2937: fnd_log.STRING (fnd_log.level_statement,
2938: g_module ||
2939: l_api_name,
2940: '354:CALC PRICE ERROR at 2nd SAPI call'
2941: );

Line 3082: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

3078: );
3079:
3080: IF x_return_status <> g_ret_sts_success
3081: THEN
3082: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3083: THEN
3084: fnd_log.STRING (fnd_log.level_statement,
3085: g_module ||
3086: l_api_name,

Line 3084: fnd_log.STRING (fnd_log.level_statement,

3080: IF x_return_status <> g_ret_sts_success
3081: THEN
3082: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3083: THEN
3084: fnd_log.STRING (fnd_log.level_statement,
3085: g_module ||
3086: l_api_name,
3087: '355:CALC PRICE ERROR at 2nd SAPI call'
3088: );

Line 3116: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

3112: );
3113:
3114: IF x_return_status <> g_ret_sts_success
3115: THEN
3116: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3117: THEN
3118: fnd_log.STRING (fnd_log.level_statement,
3119: g_module ||
3120: l_api_name,

Line 3118: fnd_log.STRING (fnd_log.level_statement,

3114: IF x_return_status <> g_ret_sts_success
3115: THEN
3116: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3117: THEN
3118: fnd_log.STRING (fnd_log.level_statement,
3119: g_module ||
3120: l_api_name,
3121: '356:TAX ERROR in Subline Price x_return_status '||x_return_status
3122: );

Line 3123: fnd_log.STRING (fnd_log.level_statement,

3119: g_module ||
3120: l_api_name,
3121: '356:TAX ERROR in Subline Price x_return_status '||x_return_status
3122: );
3123: fnd_log.STRING (fnd_log.level_statement,
3124: g_module ||
3125: l_api_name,
3126: '356: x_msg_data '||x_msg_data
3127: );

Line 3137: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

3133: l_rail_rec.tax_value := 0;
3134: l_rail_rec.amount_includes_tax_flag := 'N';
3135: END IF;
3136:
3137: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3138: THEN
3139: fnd_log.STRING (fnd_log.level_statement,
3140: g_module ||
3141: l_api_name,

Line 3139: fnd_log.STRING (fnd_log.level_statement,

3135: END IF;
3136:
3137: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3138: THEN
3139: fnd_log.STRING (fnd_log.level_statement,
3140: g_module ||
3141: l_api_name,
3142: '358:l_rail_rec.TAX_VALUE = ' ||
3143: l_rail_rec.tax_value

Line 3145: fnd_log.STRING (fnd_log.level_statement,

3141: l_api_name,
3142: '358:l_rail_rec.TAX_VALUE = ' ||
3143: l_rail_rec.tax_value
3144: );
3145: fnd_log.STRING (fnd_log.level_statement,
3146: g_module ||
3147: l_api_name,
3148: '359:l_rail_rec.AMOUNT_INCLUDES_TAX_FLAG = ' ||
3149: l_rail_rec.amount_includes_tax_flag

Line 3214: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

3210: );
3211:
3212: IF x_return_status <> g_ret_sts_success
3213: THEN
3214: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3215: THEN
3216: fnd_log.STRING (fnd_log.level_statement,
3217: g_module ||
3218: l_api_name,

Line 3216: fnd_log.STRING (fnd_log.level_statement,

3212: IF x_return_status <> g_ret_sts_success
3213: THEN
3214: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3215: THEN
3216: fnd_log.STRING (fnd_log.level_statement,
3217: g_module ||
3218: l_api_name,
3219: '360:Update line details at Calc Subscription'
3220: );

Line 3251: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

3247: );
3248:
3249: IF x_return_status <> g_ret_sts_success
3250: THEN
3251: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3252: THEN
3253: fnd_log.STRING
3254: (fnd_log.level_statement,
3255: g_module ||

Line 3253: fnd_log.STRING

3249: IF x_return_status <> g_ret_sts_success
3250: THEN
3251: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3252: THEN
3253: fnd_log.STRING
3254: (fnd_log.level_statement,
3255: g_module ||
3256: l_api_name,
3257: '361:Contract line updation ERROR in Subline Price'

Line 3254: (fnd_log.level_statement,

3250: THEN
3251: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3252: THEN
3253: fnd_log.STRING
3254: (fnd_log.level_statement,
3255: g_module ||
3256: l_api_name,
3257: '361:Contract line updation ERROR in Subline Price'
3258: );

Line 3266: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3262: RAISE g_exc_error;
3263: END IF;
3264:
3265: -- end debug log
3266: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3267: THEN
3268: fnd_log.STRING (fnd_log.level_procedure,
3269: g_module ||
3270: l_api_name,

Line 3268: fnd_log.STRING (fnd_log.level_procedure,

3264:
3265: -- end debug log
3266: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3267: THEN
3268: fnd_log.STRING (fnd_log.level_procedure,
3269: g_module ||
3270: l_api_name,
3271: '1000: Leaving ' ||
3272: g_pkg_name ||

Line 3281: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3277: EXCEPTION
3278: WHEN g_exc_cant_price
3279: THEN
3280: -- end debug log
3281: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3282: THEN
3283: fnd_log.STRING (fnd_log.level_procedure,
3284: g_module ||
3285: l_api_name,

Line 3283: fnd_log.STRING (fnd_log.level_procedure,

3279: THEN
3280: -- end debug log
3281: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3282: THEN
3283: fnd_log.STRING (fnd_log.level_procedure,
3284: g_module ||
3285: l_api_name,
3286: '7000: Leaving ' ||
3287: g_pkg_name ||

Line 3303: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3299: NULL;
3300: WHEN g_exc_error
3301: THEN
3302: -- end debug log
3303: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3304: THEN
3305: fnd_log.STRING (fnd_log.level_procedure,
3306: g_module ||
3307: l_api_name,

Line 3305: fnd_log.STRING (fnd_log.level_procedure,

3301: THEN
3302: -- end debug log
3303: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3304: THEN
3305: fnd_log.STRING (fnd_log.level_procedure,
3306: g_module ||
3307: l_api_name,
3308: '2000: Leaving ' ||
3309: g_pkg_name ||

Line 3319: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3315: NULL;
3316: WHEN invalid_hdr_id_exception
3317: THEN
3318: -- end debug log
3319: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3320: THEN
3321: fnd_log.STRING (fnd_log.level_procedure,
3322: g_module ||
3323: l_api_name,

Line 3321: fnd_log.STRING (fnd_log.level_procedure,

3317: THEN
3318: -- end debug log
3319: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3320: THEN
3321: fnd_log.STRING (fnd_log.level_procedure,
3322: g_module ||
3323: l_api_name,
3324: '8000: Leaving ' ||
3325: g_pkg_name ||

Line 3339: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3335: );
3336: WHEN OTHERS
3337: THEN
3338: -- end debug log
3339: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3340: THEN
3341: fnd_log.STRING (fnd_log.level_procedure,
3342: g_module ||
3343: l_api_name,

Line 3341: fnd_log.STRING (fnd_log.level_procedure,

3337: THEN
3338: -- end debug log
3339: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3340: THEN
3341: fnd_log.STRING (fnd_log.level_procedure,
3342: g_module ||
3343: l_api_name,
3344: '4000: Leaving ' ||
3345: g_pkg_name ||

Line 3408: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3404: l_line_no VARCHAR2 (300);
3405: l_status VARCHAR2 (30); --3912685
3406: BEGIN
3407: -- start debug log
3408: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3409: THEN
3410: fnd_log.STRING (fnd_log.level_procedure,
3411: g_module ||
3412: l_api_name,

Line 3410: fnd_log.STRING (fnd_log.level_procedure,

3406: BEGIN
3407: -- start debug log
3408: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3409: THEN
3410: fnd_log.STRING (fnd_log.level_procedure,
3411: g_module ||
3412: l_api_name,
3413: '100: Entered ' ||
3414: g_pkg_name ||

Line 3433: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

3429: );
3430:
3431: IF x_return_status <> g_ret_sts_success
3432: THEN
3433: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3434: THEN
3435: fnd_log.STRING (fnd_log.level_statement,
3436: g_module ||
3437: l_api_name,

Line 3435: fnd_log.STRING (fnd_log.level_statement,

3431: IF x_return_status <> g_ret_sts_success
3432: THEN
3433: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
3434: THEN
3435: fnd_log.STRING (fnd_log.level_statement,
3436: g_module ||
3437: l_api_name,
3438: '362:Get Line details ERROR in Topline'
3439: );

Line 3493: IF (fnd_log.level_statement >=

3489: );
3490:
3491: IF x_return_status <> g_ret_sts_success
3492: THEN
3493: IF (fnd_log.level_statement >=
3494: fnd_log.g_current_runtime_level
3495: )
3496: THEN
3497: fnd_log.STRING

Line 3494: fnd_log.g_current_runtime_level

3490:
3491: IF x_return_status <> g_ret_sts_success
3492: THEN
3493: IF (fnd_log.level_statement >=
3494: fnd_log.g_current_runtime_level
3495: )
3496: THEN
3497: fnd_log.STRING
3498: (fnd_log.level_statement,

Line 3497: fnd_log.STRING

3493: IF (fnd_log.level_statement >=
3494: fnd_log.g_current_runtime_level
3495: )
3496: THEN
3497: fnd_log.STRING
3498: (fnd_log.level_statement,
3499: g_module ||
3500: l_api_name,
3501: '363:CALC PRICE ERROR after SAPI call in Topline'

Line 3498: (fnd_log.level_statement,

3494: fnd_log.g_current_runtime_level
3495: )
3496: THEN
3497: fnd_log.STRING
3498: (fnd_log.level_statement,
3499: g_module ||
3500: l_api_name,
3501: '363:CALC PRICE ERROR after SAPI call in Topline'
3502: );

Line 3527: IF (fnd_log.level_statement >=

3523: );
3524:
3525: IF x_return_status <> g_ret_sts_success
3526: THEN
3527: IF (fnd_log.level_statement >=
3528: fnd_log.g_current_runtime_level
3529: )
3530: THEN
3531: fnd_log.STRING (fnd_log.level_statement,

Line 3528: fnd_log.g_current_runtime_level

3524:
3525: IF x_return_status <> g_ret_sts_success
3526: THEN
3527: IF (fnd_log.level_statement >=
3528: fnd_log.g_current_runtime_level
3529: )
3530: THEN
3531: fnd_log.STRING (fnd_log.level_statement,
3532: g_module ||

Line 3531: fnd_log.STRING (fnd_log.level_statement,

3527: IF (fnd_log.level_statement >=
3528: fnd_log.g_current_runtime_level
3529: )
3530: THEN
3531: fnd_log.STRING (fnd_log.level_statement,
3532: g_module ||
3533: l_api_name,
3534: '364:TAX CALC ERROR in Topline x_return_status '||x_return_status
3535: );

Line 3536: fnd_log.STRING (fnd_log.level_statement,

3532: g_module ||
3533: l_api_name,
3534: '364:TAX CALC ERROR in Topline x_return_status '||x_return_status
3535: );
3536: fnd_log.STRING (fnd_log.level_statement,
3537: g_module ||
3538: l_api_name,
3539: 'x_msg_data '||x_msg_data
3540: );

Line 3550: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

3546: l_rail_rec.tax_value := 0;
3547: l_rail_rec.amount_includes_tax_flag := 'N';
3548: END IF;
3549:
3550: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
3551: )
3552: THEN
3553: fnd_log.STRING (fnd_log.level_statement,
3554: g_module ||

Line 3553: fnd_log.STRING (fnd_log.level_statement,

3549:
3550: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
3551: )
3552: THEN
3553: fnd_log.STRING (fnd_log.level_statement,
3554: g_module ||
3555: l_api_name,
3556: '366:l_rail_rec.TAX_VALUE = ' ||
3557: l_rail_rec.tax_value

Line 3559: fnd_log.STRING

3555: l_api_name,
3556: '366:l_rail_rec.TAX_VALUE = ' ||
3557: l_rail_rec.tax_value
3558: );
3559: fnd_log.STRING
3560: (fnd_log.level_statement,
3561: g_module ||
3562: l_api_name,
3563: '367:l_rail_rec.AMOUNT_INCLUDES_TAX_FLAG = ' ||

Line 3560: (fnd_log.level_statement,

3556: '366:l_rail_rec.TAX_VALUE = ' ||
3557: l_rail_rec.tax_value
3558: );
3559: fnd_log.STRING
3560: (fnd_log.level_statement,
3561: g_module ||
3562: l_api_name,
3563: '367:l_rail_rec.AMOUNT_INCLUDES_TAX_FLAG = ' ||
3564: l_rail_rec.amount_includes_tax_flag

Line 3640: IF (fnd_log.level_statement >=

3636: );
3637:
3638: IF x_return_status <> g_ret_sts_success
3639: THEN
3640: IF (fnd_log.level_statement >=
3641: fnd_log.g_current_runtime_level
3642: )
3643: THEN
3644: fnd_log.STRING

Line 3641: fnd_log.g_current_runtime_level

3637:
3638: IF x_return_status <> g_ret_sts_success
3639: THEN
3640: IF (fnd_log.level_statement >=
3641: fnd_log.g_current_runtime_level
3642: )
3643: THEN
3644: fnd_log.STRING
3645: (fnd_log.level_statement,

Line 3644: fnd_log.STRING

3640: IF (fnd_log.level_statement >=
3641: fnd_log.g_current_runtime_level
3642: )
3643: THEN
3644: fnd_log.STRING
3645: (fnd_log.level_statement,
3646: g_module ||
3647: l_api_name,
3648: '368:Update line details at Calc Subscription'

Line 3645: (fnd_log.level_statement,

3641: fnd_log.g_current_runtime_level
3642: )
3643: THEN
3644: fnd_log.STRING
3645: (fnd_log.level_statement,
3646: g_module ||
3647: l_api_name,
3648: '368:Update line details at Calc Subscription'
3649: );

Line 3683: IF (fnd_log.level_statement >=

3679: );
3680:
3681: IF x_return_status <> g_ret_sts_success
3682: THEN
3683: IF (fnd_log.level_statement >=
3684: fnd_log.g_current_runtime_level
3685: )
3686: THEN
3687: fnd_log.STRING

Line 3684: fnd_log.g_current_runtime_level

3680:
3681: IF x_return_status <> g_ret_sts_success
3682: THEN
3683: IF (fnd_log.level_statement >=
3684: fnd_log.g_current_runtime_level
3685: )
3686: THEN
3687: fnd_log.STRING
3688: (fnd_log.level_statement,

Line 3687: fnd_log.STRING

3683: IF (fnd_log.level_statement >=
3684: fnd_log.g_current_runtime_level
3685: )
3686: THEN
3687: fnd_log.STRING
3688: (fnd_log.level_statement,
3689: g_module ||
3690: l_api_name,
3691: '369:Contract line updation ERROR in Subline Price - Topline Price'

Line 3688: (fnd_log.level_statement,

3684: fnd_log.g_current_runtime_level
3685: )
3686: THEN
3687: fnd_log.STRING
3688: (fnd_log.level_statement,
3689: g_module ||
3690: l_api_name,
3691: '369:Contract line updation ERROR in Subline Price - Topline Price'
3692: );

Line 3738: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3734: 1;
3735: END IF; -- Skip iteration if its a Subscription item
3736:
3737: -- end debug log
3738: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3739: THEN
3740: fnd_log.STRING (fnd_log.level_procedure,
3741: g_module ||
3742: l_api_name,

Line 3740: fnd_log.STRING (fnd_log.level_procedure,

3736:
3737: -- end debug log
3738: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3739: THEN
3740: fnd_log.STRING (fnd_log.level_procedure,
3741: g_module ||
3742: l_api_name,
3743: '1000: Leaving ' ||
3744: g_pkg_name ||

Line 3753: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

3749: EXCEPTION
3750: WHEN g_exc_cant_price
3751: THEN
3752: -- end debug log
3753: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
3754: )
3755: THEN
3756: fnd_log.STRING (fnd_log.level_procedure,
3757: g_module ||

Line 3756: fnd_log.STRING (fnd_log.level_procedure,

3752: -- end debug log
3753: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
3754: )
3755: THEN
3756: fnd_log.STRING (fnd_log.level_procedure,
3757: g_module ||
3758: l_api_name,
3759: '7000: Leaving ' ||
3760: g_pkg_name ||

Line 3801: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

3797: END IF;
3798: WHEN g_skip_exception
3799: THEN
3800: -- end debug log
3801: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
3802: )
3803: THEN
3804: fnd_log.STRING (fnd_log.level_procedure,
3805: g_module ||

Line 3804: fnd_log.STRING (fnd_log.level_procedure,

3800: -- end debug log
3801: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
3802: )
3803: THEN
3804: fnd_log.STRING (fnd_log.level_procedure,
3805: g_module ||
3806: l_api_name,
3807: '9000: Leaving ' ||
3808: g_pkg_name ||

Line 3871: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3867: RAISE g_exc_error;
3868: END IF;
3869:
3870: -- end debug log
3871: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3872: THEN
3873: fnd_log.STRING (fnd_log.level_procedure,
3874: g_module ||
3875: l_api_name,

Line 3873: fnd_log.STRING (fnd_log.level_procedure,

3869:
3870: -- end debug log
3871: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3872: THEN
3873: fnd_log.STRING (fnd_log.level_procedure,
3874: g_module ||
3875: l_api_name,
3876: '1000: Leaving ' ||
3877: g_pkg_name ||

Line 3886: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3882: EXCEPTION
3883: WHEN g_exc_error
3884: THEN
3885: -- end debug log
3886: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3887: THEN
3888: fnd_log.STRING (fnd_log.level_procedure,
3889: g_module ||
3890: l_api_name,

Line 3888: fnd_log.STRING (fnd_log.level_procedure,

3884: THEN
3885: -- end debug log
3886: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3887: THEN
3888: fnd_log.STRING (fnd_log.level_procedure,
3889: g_module ||
3890: l_api_name,
3891: '2000: Leaving ' ||
3892: g_pkg_name ||

Line 3902: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

3898: NULL;
3899: WHEN OTHERS
3900: THEN
3901: -- end debug log
3902: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3903: THEN
3904: fnd_log.STRING (fnd_log.level_procedure,
3905: g_module ||
3906: l_api_name,

Line 3904: fnd_log.STRING (fnd_log.level_procedure,

3900: THEN
3901: -- end debug log
3902: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
3903: THEN
3904: fnd_log.STRING (fnd_log.level_procedure,
3905: g_module ||
3906: l_api_name,
3907: '4000: Leaving ' ||
3908: g_pkg_name ||

Line 4399: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

4395: l_visit_cnt number:=0;
4396:
4397: begin
4398: -- start debug log
4399: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
4400: then
4401: fnd_log.string (fnd_log.level_procedure,
4402: g_module ||
4403: l_api_name,

Line 4401: fnd_log.string (fnd_log.level_procedure,

4397: begin
4398: -- start debug log
4399: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
4400: then
4401: fnd_log.string (fnd_log.level_procedure,
4402: g_module ||
4403: l_api_name,
4404: '100: entered ' ||
4405: g_pkg_name ||

Line 4453: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

4449: );
4450:
4451: if x_return_status <> g_ret_sts_success
4452: then
4453: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
4454: then
4455: fnd_log.string (fnd_log.level_statement,
4456: g_module ||
4457: l_api_name,

Line 4455: fnd_log.string (fnd_log.level_statement,

4451: if x_return_status <> g_ret_sts_success
4452: then
4453: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
4454: then
4455: fnd_log.string (fnd_log.level_statement,
4456: g_module ||
4457: l_api_name,
4458: '362:get line details error in topline'
4459: );

Line 4540: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

4536: exception
4537: when g_exc_cant_price
4538: then
4539: -- end debug log
4540: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
4541: )
4542: then
4543: fnd_log.string (fnd_log.level_procedure,
4544: g_module ||

Line 4543: fnd_log.string (fnd_log.level_procedure,

4539: -- end debug log
4540: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
4541: )
4542: then
4543: fnd_log.string (fnd_log.level_procedure,
4544: g_module ||
4545: l_api_name,
4546: '7000: leaving ' ||
4547: g_pkg_name ||

Line 4588: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then

4584: end if;
4585: end;
4586: end loop; --l_subline_rec
4587:
4588: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
4589: --
4590: -- input parameter 1: l_control_rec
4591: --
4592: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'

Line 4592: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'

4588: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
4589: --
4590: -- input parameter 1: l_control_rec
4591: --
4592: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'
4593: );
4594: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* input parameter l_control_rec *************'
4595: );
4596: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'

Line 4594: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* input parameter l_control_rec *************'

4590: -- input parameter 1: l_control_rec
4591: --
4592: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'
4593: );
4594: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* input parameter l_control_rec *************'
4595: );
4596: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'
4597: );
4598: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.pricing_event : '|| l_control_rec.pricing_event

Line 4596: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'

4592: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'
4593: );
4594: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* input parameter l_control_rec *************'
4595: );
4596: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'
4597: );
4598: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.pricing_event : '|| l_control_rec.pricing_event
4599: );
4600: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.calculate_flag : '|| l_control_rec.calculate_flag

Line 4598: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.pricing_event : '|| l_control_rec.pricing_event

4594: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* input parameter l_control_rec *************'
4595: );
4596: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'
4597: );
4598: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.pricing_event : '|| l_control_rec.pricing_event
4599: );
4600: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.calculate_flag : '|| l_control_rec.calculate_flag
4601: );
4602: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.simulation_flag : '|| l_control_rec.simulation_flag

Line 4600: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.calculate_flag : '|| l_control_rec.calculate_flag

4596: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************'
4597: );
4598: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.pricing_event : '|| l_control_rec.pricing_event
4599: );
4600: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.calculate_flag : '|| l_control_rec.calculate_flag
4601: );
4602: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.simulation_flag : '|| l_control_rec.simulation_flag
4603: );
4604: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.rounding_flag : '|| l_control_rec.rounding_flag

Line 4602: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.simulation_flag : '|| l_control_rec.simulation_flag

4598: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.pricing_event : '|| l_control_rec.pricing_event
4599: );
4600: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.calculate_flag : '|| l_control_rec.calculate_flag
4601: );
4602: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.simulation_flag : '|| l_control_rec.simulation_flag
4603: );
4604: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.rounding_flag : '|| l_control_rec.rounding_flag
4605: );
4606: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_check_flag : '|| l_control_rec.gsa_check_flag

Line 4604: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.rounding_flag : '|| l_control_rec.rounding_flag

4600: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.calculate_flag : '|| l_control_rec.calculate_flag
4601: );
4602: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.simulation_flag : '|| l_control_rec.simulation_flag
4603: );
4604: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.rounding_flag : '|| l_control_rec.rounding_flag
4605: );
4606: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_check_flag : '|| l_control_rec.gsa_check_flag
4607: );
4608: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_dup_check_flag : '|| l_control_rec.gsa_dup_check_flag

Line 4606: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_check_flag : '|| l_control_rec.gsa_check_flag

4602: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.simulation_flag : '|| l_control_rec.simulation_flag
4603: );
4604: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.rounding_flag : '|| l_control_rec.rounding_flag
4605: );
4606: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_check_flag : '|| l_control_rec.gsa_check_flag
4607: );
4608: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_dup_check_flag : '|| l_control_rec.gsa_dup_check_flag
4609: );
4610: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.temp_table_insert_flag : '|| l_control_rec.temp_table_insert_flag

Line 4608: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_dup_check_flag : '|| l_control_rec.gsa_dup_check_flag

4604: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.rounding_flag : '|| l_control_rec.rounding_flag
4605: );
4606: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_check_flag : '|| l_control_rec.gsa_check_flag
4607: );
4608: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_dup_check_flag : '|| l_control_rec.gsa_dup_check_flag
4609: );
4610: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.temp_table_insert_flag : '|| l_control_rec.temp_table_insert_flag
4611: );
4612: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_discount_flag : '|| l_control_rec.manual_discount_flag

Line 4610: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.temp_table_insert_flag : '|| l_control_rec.temp_table_insert_flag

4606: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_check_flag : '|| l_control_rec.gsa_check_flag
4607: );
4608: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_dup_check_flag : '|| l_control_rec.gsa_dup_check_flag
4609: );
4610: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.temp_table_insert_flag : '|| l_control_rec.temp_table_insert_flag
4611: );
4612: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_discount_flag : '|| l_control_rec.manual_discount_flag
4613: );
4614: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.debug_flag : '|| l_control_rec.debug_flag

Line 4612: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_discount_flag : '|| l_control_rec.manual_discount_flag

4608: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.gsa_dup_check_flag : '|| l_control_rec.gsa_dup_check_flag
4609: );
4610: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.temp_table_insert_flag : '|| l_control_rec.temp_table_insert_flag
4611: );
4612: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_discount_flag : '|| l_control_rec.manual_discount_flag
4613: );
4614: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.debug_flag : '|| l_control_rec.debug_flag
4615: );
4616: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.source_order_amount_flag : '|| l_control_rec.source_order_amount_flag

Line 4614: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.debug_flag : '|| l_control_rec.debug_flag

4610: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.temp_table_insert_flag : '|| l_control_rec.temp_table_insert_flag
4611: );
4612: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_discount_flag : '|| l_control_rec.manual_discount_flag
4613: );
4614: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.debug_flag : '|| l_control_rec.debug_flag
4615: );
4616: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.source_order_amount_flag : '|| l_control_rec.source_order_amount_flag
4617: );
4618: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.public_api_call_flag : '|| l_control_rec.public_api_call_flag

Line 4616: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.source_order_amount_flag : '|| l_control_rec.source_order_amount_flag

4612: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_discount_flag : '|| l_control_rec.manual_discount_flag
4613: );
4614: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.debug_flag : '|| l_control_rec.debug_flag
4615: );
4616: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.source_order_amount_flag : '|| l_control_rec.source_order_amount_flag
4617: );
4618: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.public_api_call_flag : '|| l_control_rec.public_api_call_flag
4619: );
4620: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_adjustments_call_flag : '|| l_control_rec.manual_adjustments_call_flag

Line 4618: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.public_api_call_flag : '|| l_control_rec.public_api_call_flag

4614: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.debug_flag : '|| l_control_rec.debug_flag
4615: );
4616: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.source_order_amount_flag : '|| l_control_rec.source_order_amount_flag
4617: );
4618: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.public_api_call_flag : '|| l_control_rec.public_api_call_flag
4619: );
4620: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_adjustments_call_flag : '|| l_control_rec.manual_adjustments_call_flag
4621: );
4622: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.get_freight_flag : '|| l_control_rec.get_freight_flag

Line 4620: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_adjustments_call_flag : '|| l_control_rec.manual_adjustments_call_flag

4616: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.source_order_amount_flag : '|| l_control_rec.source_order_amount_flag
4617: );
4618: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.public_api_call_flag : '|| l_control_rec.public_api_call_flag
4619: );
4620: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_adjustments_call_flag : '|| l_control_rec.manual_adjustments_call_flag
4621: );
4622: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.get_freight_flag : '|| l_control_rec.get_freight_flag
4623: );
4624: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.request_type_code : '|| l_control_rec.request_type_code

Line 4622: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.get_freight_flag : '|| l_control_rec.get_freight_flag

4618: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.public_api_call_flag : '|| l_control_rec.public_api_call_flag
4619: );
4620: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_adjustments_call_flag : '|| l_control_rec.manual_adjustments_call_flag
4621: );
4622: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.get_freight_flag : '|| l_control_rec.get_freight_flag
4623: );
4624: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.request_type_code : '|| l_control_rec.request_type_code
4625: );
4626: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.view_code : '|| l_control_rec.view_code

Line 4624: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.request_type_code : '|| l_control_rec.request_type_code

4620: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.manual_adjustments_call_flag : '|| l_control_rec.manual_adjustments_call_flag
4621: );
4622: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.get_freight_flag : '|| l_control_rec.get_freight_flag
4623: );
4624: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.request_type_code : '|| l_control_rec.request_type_code
4625: );
4626: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.view_code : '|| l_control_rec.view_code
4627: );
4628: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.check_cust_view_flag : '|| l_control_rec.check_cust_view_flag

Line 4626: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.view_code : '|| l_control_rec.view_code

4622: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.get_freight_flag : '|| l_control_rec.get_freight_flag
4623: );
4624: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.request_type_code : '|| l_control_rec.request_type_code
4625: );
4626: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.view_code : '|| l_control_rec.view_code
4627: );
4628: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.check_cust_view_flag : '|| l_control_rec.check_cust_view_flag
4629: );
4630: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.full_pricing_call : '|| l_control_rec.full_pricing_call

Line 4628: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.check_cust_view_flag : '|| l_control_rec.check_cust_view_flag

4624: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.request_type_code : '|| l_control_rec.request_type_code
4625: );
4626: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.view_code : '|| l_control_rec.view_code
4627: );
4628: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.check_cust_view_flag : '|| l_control_rec.check_cust_view_flag
4629: );
4630: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.full_pricing_call : '|| l_control_rec.full_pricing_call
4631: );
4632: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.use_multi_currency : '|| l_control_rec.use_multi_currency

Line 4630: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.full_pricing_call : '|| l_control_rec.full_pricing_call

4626: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.view_code : '|| l_control_rec.view_code
4627: );
4628: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.check_cust_view_flag : '|| l_control_rec.check_cust_view_flag
4629: );
4630: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.full_pricing_call : '|| l_control_rec.full_pricing_call
4631: );
4632: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.use_multi_currency : '|| l_control_rec.use_multi_currency
4633: );
4634: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_rate : '|| l_control_rec.user_conversion_rate

Line 4632: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.use_multi_currency : '|| l_control_rec.use_multi_currency

4628: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.check_cust_view_flag : '|| l_control_rec.check_cust_view_flag
4629: );
4630: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.full_pricing_call : '|| l_control_rec.full_pricing_call
4631: );
4632: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.use_multi_currency : '|| l_control_rec.use_multi_currency
4633: );
4634: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_rate : '|| l_control_rec.user_conversion_rate
4635: );
4636: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_type : '|| l_control_rec.user_conversion_type

Line 4634: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_rate : '|| l_control_rec.user_conversion_rate

4630: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.full_pricing_call : '|| l_control_rec.full_pricing_call
4631: );
4632: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.use_multi_currency : '|| l_control_rec.use_multi_currency
4633: );
4634: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_rate : '|| l_control_rec.user_conversion_rate
4635: );
4636: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_type : '|| l_control_rec.user_conversion_type
4637: );
4638: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.function_currency : '|| l_control_rec.function_currency

Line 4636: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_type : '|| l_control_rec.user_conversion_type

4632: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.use_multi_currency : '|| l_control_rec.use_multi_currency
4633: );
4634: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_rate : '|| l_control_rec.user_conversion_rate
4635: );
4636: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_type : '|| l_control_rec.user_conversion_type
4637: );
4638: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.function_currency : '|| l_control_rec.function_currency
4639: );
4640: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.org_id : '|| l_control_rec.org_id

Line 4638: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.function_currency : '|| l_control_rec.function_currency

4634: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_rate : '|| l_control_rec.user_conversion_rate
4635: );
4636: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_type : '|| l_control_rec.user_conversion_type
4637: );
4638: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.function_currency : '|| l_control_rec.function_currency
4639: );
4640: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.org_id : '|| l_control_rec.org_id
4641: );
4642:

Line 4640: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.org_id : '|| l_control_rec.org_id

4636: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.user_conversion_type : '|| l_control_rec.user_conversion_type
4637: );
4638: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.function_currency : '|| l_control_rec.function_currency
4639: );
4640: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: l_control_rec.org_id : '|| l_control_rec.org_id
4641: );
4642:
4643: --
4644: -- input parameter 2: g_req_line_tbl_blk

Line 4646: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4642:
4643: --
4644: -- input parameter 2: g_req_line_tbl_blk
4645: --
4646: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4647: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ********** input parameter 2: g_req_line_tbl_blk ****************');
4648: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk.count '|| g_req_line_tbl_blk.count
4649: );
4650: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 4647: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ********** input parameter 2: g_req_line_tbl_blk ****************');

4643: --
4644: -- input parameter 2: g_req_line_tbl_blk
4645: --
4646: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4647: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ********** input parameter 2: g_req_line_tbl_blk ****************');
4648: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk.count '|| g_req_line_tbl_blk.count
4649: );
4650: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4651: if g_req_line_tbl_blk.count > 0 then

Line 4648: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk.count '|| g_req_line_tbl_blk.count

4644: -- input parameter 2: g_req_line_tbl_blk
4645: --
4646: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4647: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ********** input parameter 2: g_req_line_tbl_blk ****************');
4648: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk.count '|| g_req_line_tbl_blk.count
4649: );
4650: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4651: if g_req_line_tbl_blk.count > 0 then
4652: p := g_req_line_tbl_blk.first;

Line 4650: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4646: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4647: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ********** input parameter 2: g_req_line_tbl_blk ****************');
4648: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk.count '|| g_req_line_tbl_blk.count
4649: );
4650: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4651: if g_req_line_tbl_blk.count > 0 then
4652: p := g_req_line_tbl_blk.first;
4653: loop
4654: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_tbl_blk('|| p ||') *************'

Line 4654: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_tbl_blk('|| p ||') *************'

4650: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4651: if g_req_line_tbl_blk.count > 0 then
4652: p := g_req_line_tbl_blk.first;
4653: loop
4654: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_tbl_blk('|| p ||') *************'
4655: );
4656: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').request_type_code : '|| g_req_line_tbl_blk(p).request_type_code
4657: );
4658: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_event : '|| g_req_line_tbl_blk(p).pricing_event

Line 4656: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').request_type_code : '|| g_req_line_tbl_blk(p).request_type_code

4652: p := g_req_line_tbl_blk.first;
4653: loop
4654: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_tbl_blk('|| p ||') *************'
4655: );
4656: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').request_type_code : '|| g_req_line_tbl_blk(p).request_type_code
4657: );
4658: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_event : '|| g_req_line_tbl_blk(p).pricing_event
4659: );
4660: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').header_id : '|| g_req_line_tbl_blk(p).header_id

Line 4658: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_event : '|| g_req_line_tbl_blk(p).pricing_event

4654: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_tbl_blk('|| p ||') *************'
4655: );
4656: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').request_type_code : '|| g_req_line_tbl_blk(p).request_type_code
4657: );
4658: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_event : '|| g_req_line_tbl_blk(p).pricing_event
4659: );
4660: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').header_id : '|| g_req_line_tbl_blk(p).header_id
4661: );
4662: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_index : '|| g_req_line_tbl_blk(p).line_index

Line 4660: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').header_id : '|| g_req_line_tbl_blk(p).header_id

4656: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').request_type_code : '|| g_req_line_tbl_blk(p).request_type_code
4657: );
4658: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_event : '|| g_req_line_tbl_blk(p).pricing_event
4659: );
4660: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').header_id : '|| g_req_line_tbl_blk(p).header_id
4661: );
4662: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_index : '|| g_req_line_tbl_blk(p).line_index
4663: );
4664: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_id : '|| g_req_line_tbl_blk(p).line_id

Line 4662: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_index : '|| g_req_line_tbl_blk(p).line_index

4658: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_event : '|| g_req_line_tbl_blk(p).pricing_event
4659: );
4660: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').header_id : '|| g_req_line_tbl_blk(p).header_id
4661: );
4662: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_index : '|| g_req_line_tbl_blk(p).line_index
4663: );
4664: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_id : '|| g_req_line_tbl_blk(p).line_id
4665: );
4666: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_type_code : '|| g_req_line_tbl_blk(p).line_type_code

Line 4664: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_id : '|| g_req_line_tbl_blk(p).line_id

4660: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').header_id : '|| g_req_line_tbl_blk(p).header_id
4661: );
4662: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_index : '|| g_req_line_tbl_blk(p).line_index
4663: );
4664: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_id : '|| g_req_line_tbl_blk(p).line_id
4665: );
4666: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_type_code : '|| g_req_line_tbl_blk(p).line_type_code
4667: );
4668: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_tbl_blk(p).pricing_effective_date

Line 4666: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_type_code : '|| g_req_line_tbl_blk(p).line_type_code

4662: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_index : '|| g_req_line_tbl_blk(p).line_index
4663: );
4664: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_id : '|| g_req_line_tbl_blk(p).line_id
4665: );
4666: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_type_code : '|| g_req_line_tbl_blk(p).line_type_code
4667: );
4668: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_tbl_blk(p).pricing_effective_date
4669: );
4670: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first : '|| g_req_line_tbl_blk(p).active_date_first

Line 4668: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_tbl_blk(p).pricing_effective_date

4664: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_id : '|| g_req_line_tbl_blk(p).line_id
4665: );
4666: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_type_code : '|| g_req_line_tbl_blk(p).line_type_code
4667: );
4668: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_tbl_blk(p).pricing_effective_date
4669: );
4670: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first : '|| g_req_line_tbl_blk(p).active_date_first
4671: );
4672: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type

Line 4670: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first : '|| g_req_line_tbl_blk(p).active_date_first

4666: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_type_code : '|| g_req_line_tbl_blk(p).line_type_code
4667: );
4668: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_tbl_blk(p).pricing_effective_date
4669: );
4670: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first : '|| g_req_line_tbl_blk(p).active_date_first
4671: );
4672: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4673: );
4674: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second

Line 4672: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type

4668: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_tbl_blk(p).pricing_effective_date
4669: );
4670: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first : '|| g_req_line_tbl_blk(p).active_date_first
4671: );
4672: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4673: );
4674: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4675: );
4676: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type

Line 4674: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second

4670: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first : '|| g_req_line_tbl_blk(p).active_date_first
4671: );
4672: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4673: );
4674: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4675: );
4676: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4677: );
4678: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second

Line 4676: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type

4672: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4673: );
4674: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4675: );
4676: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4677: );
4678: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4679: );
4680: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second_type : '|| g_req_line_tbl_blk(p).active_date_second_type

Line 4678: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second

4674: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4675: );
4676: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4677: );
4678: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4679: );
4680: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second_type : '|| g_req_line_tbl_blk(p).active_date_second_type
4681: );
4682: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_quantity : '|| g_req_line_tbl_blk(p).line_quantity

Line 4680: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second_type : '|| g_req_line_tbl_blk(p).active_date_second_type

4676: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_first_type : '|| g_req_line_tbl_blk(p).active_date_first_type
4677: );
4678: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4679: );
4680: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second_type : '|| g_req_line_tbl_blk(p).active_date_second_type
4681: );
4682: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_quantity : '|| g_req_line_tbl_blk(p).line_quantity
4683: );
4684: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_uom_code : '|| g_req_line_tbl_blk(p).line_uom_code

Line 4682: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_quantity : '|| g_req_line_tbl_blk(p).line_quantity

4678: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second : '|| g_req_line_tbl_blk(p).active_date_second
4679: );
4680: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second_type : '|| g_req_line_tbl_blk(p).active_date_second_type
4681: );
4682: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_quantity : '|| g_req_line_tbl_blk(p).line_quantity
4683: );
4684: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_uom_code : '|| g_req_line_tbl_blk(p).line_uom_code
4685: );
4686: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').uom_quantity : '|| g_req_line_tbl_blk(p).uom_quantity

Line 4684: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_uom_code : '|| g_req_line_tbl_blk(p).line_uom_code

4680: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').active_date_second_type : '|| g_req_line_tbl_blk(p).active_date_second_type
4681: );
4682: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_quantity : '|| g_req_line_tbl_blk(p).line_quantity
4683: );
4684: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_uom_code : '|| g_req_line_tbl_blk(p).line_uom_code
4685: );
4686: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').uom_quantity : '|| g_req_line_tbl_blk(p).uom_quantity
4687: );
4688: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_quantity : '|| g_req_line_tbl_blk(p).priced_quantity

Line 4686: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').uom_quantity : '|| g_req_line_tbl_blk(p).uom_quantity

4682: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_quantity : '|| g_req_line_tbl_blk(p).line_quantity
4683: );
4684: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_uom_code : '|| g_req_line_tbl_blk(p).line_uom_code
4685: );
4686: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').uom_quantity : '|| g_req_line_tbl_blk(p).uom_quantity
4687: );
4688: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_quantity : '|| g_req_line_tbl_blk(p).priced_quantity
4689: );
4690: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_uom_code : '|| g_req_line_tbl_blk(p).priced_uom_code

Line 4688: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_quantity : '|| g_req_line_tbl_blk(p).priced_quantity

4684: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_uom_code : '|| g_req_line_tbl_blk(p).line_uom_code
4685: );
4686: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').uom_quantity : '|| g_req_line_tbl_blk(p).uom_quantity
4687: );
4688: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_quantity : '|| g_req_line_tbl_blk(p).priced_quantity
4689: );
4690: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_uom_code : '|| g_req_line_tbl_blk(p).priced_uom_code
4691: );
4692: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').currency_code : '|| g_req_line_tbl_blk(p).currency_code

Line 4690: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_uom_code : '|| g_req_line_tbl_blk(p).priced_uom_code

4686: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').uom_quantity : '|| g_req_line_tbl_blk(p).uom_quantity
4687: );
4688: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_quantity : '|| g_req_line_tbl_blk(p).priced_quantity
4689: );
4690: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_uom_code : '|| g_req_line_tbl_blk(p).priced_uom_code
4691: );
4692: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').currency_code : '|| g_req_line_tbl_blk(p).currency_code
4693: );
4694: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').unit_price : '|| g_req_line_tbl_blk(p).unit_price

Line 4692: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').currency_code : '|| g_req_line_tbl_blk(p).currency_code

4688: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_quantity : '|| g_req_line_tbl_blk(p).priced_quantity
4689: );
4690: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_uom_code : '|| g_req_line_tbl_blk(p).priced_uom_code
4691: );
4692: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').currency_code : '|| g_req_line_tbl_blk(p).currency_code
4693: );
4694: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').unit_price : '|| g_req_line_tbl_blk(p).unit_price
4695: );
4696: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').percent_price : '|| g_req_line_tbl_blk(p).percent_price

Line 4694: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').unit_price : '|| g_req_line_tbl_blk(p).unit_price

4690: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').priced_uom_code : '|| g_req_line_tbl_blk(p).priced_uom_code
4691: );
4692: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').currency_code : '|| g_req_line_tbl_blk(p).currency_code
4693: );
4694: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').unit_price : '|| g_req_line_tbl_blk(p).unit_price
4695: );
4696: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').percent_price : '|| g_req_line_tbl_blk(p).percent_price
4697: );
4698: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').adjusted_unit_price : '|| g_req_line_tbl_blk(p).adjusted_unit_price

Line 4696: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').percent_price : '|| g_req_line_tbl_blk(p).percent_price

4692: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').currency_code : '|| g_req_line_tbl_blk(p).currency_code
4693: );
4694: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').unit_price : '|| g_req_line_tbl_blk(p).unit_price
4695: );
4696: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').percent_price : '|| g_req_line_tbl_blk(p).percent_price
4697: );
4698: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').adjusted_unit_price : '|| g_req_line_tbl_blk(p).adjusted_unit_price
4699: );
4700: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').updated_adjusted_unit_price : '|| g_req_line_tbl_blk(p).updated_adjusted_unit_price

Line 4698: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').adjusted_unit_price : '|| g_req_line_tbl_blk(p).adjusted_unit_price

4694: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').unit_price : '|| g_req_line_tbl_blk(p).unit_price
4695: );
4696: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').percent_price : '|| g_req_line_tbl_blk(p).percent_price
4697: );
4698: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').adjusted_unit_price : '|| g_req_line_tbl_blk(p).adjusted_unit_price
4699: );
4700: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').updated_adjusted_unit_price : '|| g_req_line_tbl_blk(p).updated_adjusted_unit_price
4701: );
4702: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_price : '|| g_req_line_tbl_blk(p).parent_price

Line 4700: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').updated_adjusted_unit_price : '|| g_req_line_tbl_blk(p).updated_adjusted_unit_price

4696: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').percent_price : '|| g_req_line_tbl_blk(p).percent_price
4697: );
4698: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').adjusted_unit_price : '|| g_req_line_tbl_blk(p).adjusted_unit_price
4699: );
4700: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').updated_adjusted_unit_price : '|| g_req_line_tbl_blk(p).updated_adjusted_unit_price
4701: );
4702: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_price : '|| g_req_line_tbl_blk(p).parent_price
4703: );
4704: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_quantity : '|| g_req_line_tbl_blk(p).parent_quantity

Line 4702: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_price : '|| g_req_line_tbl_blk(p).parent_price

4698: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').adjusted_unit_price : '|| g_req_line_tbl_blk(p).adjusted_unit_price
4699: );
4700: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').updated_adjusted_unit_price : '|| g_req_line_tbl_blk(p).updated_adjusted_unit_price
4701: );
4702: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_price : '|| g_req_line_tbl_blk(p).parent_price
4703: );
4704: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_quantity : '|| g_req_line_tbl_blk(p).parent_quantity
4705: );
4706: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_tbl_blk(p).rounding_factor

Line 4704: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_quantity : '|| g_req_line_tbl_blk(p).parent_quantity

4700: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').updated_adjusted_unit_price : '|| g_req_line_tbl_blk(p).updated_adjusted_unit_price
4701: );
4702: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_price : '|| g_req_line_tbl_blk(p).parent_price
4703: );
4704: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_quantity : '|| g_req_line_tbl_blk(p).parent_quantity
4705: );
4706: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_tbl_blk(p).rounding_factor
4707: );
4708: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_uom_code : '|| g_req_line_tbl_blk(p).parent_uom_code

Line 4706: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_tbl_blk(p).rounding_factor

4702: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_price : '|| g_req_line_tbl_blk(p).parent_price
4703: );
4704: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_quantity : '|| g_req_line_tbl_blk(p).parent_quantity
4705: );
4706: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_tbl_blk(p).rounding_factor
4707: );
4708: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_uom_code : '|| g_req_line_tbl_blk(p).parent_uom_code
4709: );
4710: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_tbl_blk(p).pricing_phase_id

Line 4708: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_uom_code : '|| g_req_line_tbl_blk(p).parent_uom_code

4704: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_quantity : '|| g_req_line_tbl_blk(p).parent_quantity
4705: );
4706: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_tbl_blk(p).rounding_factor
4707: );
4708: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_uom_code : '|| g_req_line_tbl_blk(p).parent_uom_code
4709: );
4710: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_tbl_blk(p).pricing_phase_id
4711: );
4712: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_flag : '|| g_req_line_tbl_blk(p).price_flag

Line 4710: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_tbl_blk(p).pricing_phase_id

4706: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_tbl_blk(p).rounding_factor
4707: );
4708: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_uom_code : '|| g_req_line_tbl_blk(p).parent_uom_code
4709: );
4710: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_tbl_blk(p).pricing_phase_id
4711: );
4712: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_flag : '|| g_req_line_tbl_blk(p).price_flag
4713: );
4714: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').processed_code : '|| g_req_line_tbl_blk(p).processed_code

Line 4712: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_flag : '|| g_req_line_tbl_blk(p).price_flag

4708: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').parent_uom_code : '|| g_req_line_tbl_blk(p).parent_uom_code
4709: );
4710: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_tbl_blk(p).pricing_phase_id
4711: );
4712: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_flag : '|| g_req_line_tbl_blk(p).price_flag
4713: );
4714: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').processed_code : '|| g_req_line_tbl_blk(p).processed_code
4715: );
4716: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_request_code : '|| g_req_line_tbl_blk(p).price_request_code

Line 4714: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').processed_code : '|| g_req_line_tbl_blk(p).processed_code

4710: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_tbl_blk(p).pricing_phase_id
4711: );
4712: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_flag : '|| g_req_line_tbl_blk(p).price_flag
4713: );
4714: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').processed_code : '|| g_req_line_tbl_blk(p).processed_code
4715: );
4716: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_request_code : '|| g_req_line_tbl_blk(p).price_request_code
4717: );
4718: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_code : '|| g_req_line_tbl_blk(p).hold_code

Line 4716: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_request_code : '|| g_req_line_tbl_blk(p).price_request_code

4712: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_flag : '|| g_req_line_tbl_blk(p).price_flag
4713: );
4714: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').processed_code : '|| g_req_line_tbl_blk(p).processed_code
4715: );
4716: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_request_code : '|| g_req_line_tbl_blk(p).price_request_code
4717: );
4718: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_code : '|| g_req_line_tbl_blk(p).hold_code
4719: );
4720: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_text : '|| g_req_line_tbl_blk(p).hold_text

Line 4718: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_code : '|| g_req_line_tbl_blk(p).hold_code

4714: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').processed_code : '|| g_req_line_tbl_blk(p).processed_code
4715: );
4716: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_request_code : '|| g_req_line_tbl_blk(p).price_request_code
4717: );
4718: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_code : '|| g_req_line_tbl_blk(p).hold_code
4719: );
4720: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_text : '|| g_req_line_tbl_blk(p).hold_text
4721: );
4722: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_code : '|| g_req_line_tbl_blk(p).status_code

Line 4720: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_text : '|| g_req_line_tbl_blk(p).hold_text

4716: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').price_request_code : '|| g_req_line_tbl_blk(p).price_request_code
4717: );
4718: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_code : '|| g_req_line_tbl_blk(p).hold_code
4719: );
4720: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_text : '|| g_req_line_tbl_blk(p).hold_text
4721: );
4722: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_code : '|| g_req_line_tbl_blk(p).status_code
4723: );
4724: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_text : '|| g_req_line_tbl_blk(p).status_text

Line 4722: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_code : '|| g_req_line_tbl_blk(p).status_code

4718: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_code : '|| g_req_line_tbl_blk(p).hold_code
4719: );
4720: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_text : '|| g_req_line_tbl_blk(p).hold_text
4721: );
4722: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_code : '|| g_req_line_tbl_blk(p).status_code
4723: );
4724: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_text : '|| g_req_line_tbl_blk(p).status_text
4725: );
4726: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').usage_pricing_type : '|| g_req_line_tbl_blk(p).usage_pricing_type

Line 4724: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_text : '|| g_req_line_tbl_blk(p).status_text

4720: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').hold_text : '|| g_req_line_tbl_blk(p).hold_text
4721: );
4722: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_code : '|| g_req_line_tbl_blk(p).status_code
4723: );
4724: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_text : '|| g_req_line_tbl_blk(p).status_text
4725: );
4726: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').usage_pricing_type : '|| g_req_line_tbl_blk(p).usage_pricing_type
4727: );
4728: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_category : '|| g_req_line_tbl_blk(p).line_category

Line 4726: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').usage_pricing_type : '|| g_req_line_tbl_blk(p).usage_pricing_type

4722: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_code : '|| g_req_line_tbl_blk(p).status_code
4723: );
4724: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_text : '|| g_req_line_tbl_blk(p).status_text
4725: );
4726: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').usage_pricing_type : '|| g_req_line_tbl_blk(p).usage_pricing_type
4727: );
4728: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_category : '|| g_req_line_tbl_blk(p).line_category
4729: );
4730: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_start_date : '|| g_req_line_tbl_blk(p).contract_start_date

Line 4728: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_category : '|| g_req_line_tbl_blk(p).line_category

4724: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').status_text : '|| g_req_line_tbl_blk(p).status_text
4725: );
4726: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').usage_pricing_type : '|| g_req_line_tbl_blk(p).usage_pricing_type
4727: );
4728: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_category : '|| g_req_line_tbl_blk(p).line_category
4729: );
4730: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_start_date : '|| g_req_line_tbl_blk(p).contract_start_date
4731: );
4732: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_end_date : '|| g_req_line_tbl_blk(p).contract_end_date

Line 4730: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_start_date : '|| g_req_line_tbl_blk(p).contract_start_date

4726: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').usage_pricing_type : '|| g_req_line_tbl_blk(p).usage_pricing_type
4727: );
4728: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_category : '|| g_req_line_tbl_blk(p).line_category
4729: );
4730: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_start_date : '|| g_req_line_tbl_blk(p).contract_start_date
4731: );
4732: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_end_date : '|| g_req_line_tbl_blk(p).contract_end_date
4733: );
4734: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_unit_price : '|| g_req_line_tbl_blk(p).line_unit_price

Line 4732: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_end_date : '|| g_req_line_tbl_blk(p).contract_end_date

4728: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_category : '|| g_req_line_tbl_blk(p).line_category
4729: );
4730: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_start_date : '|| g_req_line_tbl_blk(p).contract_start_date
4731: );
4732: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_end_date : '|| g_req_line_tbl_blk(p).contract_end_date
4733: );
4734: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_unit_price : '|| g_req_line_tbl_blk(p).line_unit_price
4735: );
4736: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').extended_price : '|| g_req_line_tbl_blk(p).extended_price

Line 4734: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_unit_price : '|| g_req_line_tbl_blk(p).line_unit_price

4730: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_start_date : '|| g_req_line_tbl_blk(p).contract_start_date
4731: );
4732: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_end_date : '|| g_req_line_tbl_blk(p).contract_end_date
4733: );
4734: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_unit_price : '|| g_req_line_tbl_blk(p).line_unit_price
4735: );
4736: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').extended_price : '|| g_req_line_tbl_blk(p).extended_price
4737: );
4738: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').list_price_override_flag : '|| g_req_line_tbl_blk(p).list_price_override_flag

Line 4736: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').extended_price : '|| g_req_line_tbl_blk(p).extended_price

4732: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').contract_end_date : '|| g_req_line_tbl_blk(p).contract_end_date
4733: );
4734: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_unit_price : '|| g_req_line_tbl_blk(p).line_unit_price
4735: );
4736: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').extended_price : '|| g_req_line_tbl_blk(p).extended_price
4737: );
4738: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').list_price_override_flag : '|| g_req_line_tbl_blk(p).list_price_override_flag
4739: );
4740: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').charge_periodicity_code : '|| g_req_line_tbl_blk(p).charge_periodicity_code

Line 4738: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').list_price_override_flag : '|| g_req_line_tbl_blk(p).list_price_override_flag

4734: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').line_unit_price : '|| g_req_line_tbl_blk(p).line_unit_price
4735: );
4736: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').extended_price : '|| g_req_line_tbl_blk(p).extended_price
4737: );
4738: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').list_price_override_flag : '|| g_req_line_tbl_blk(p).list_price_override_flag
4739: );
4740: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').charge_periodicity_code : '|| g_req_line_tbl_blk(p).charge_periodicity_code
4741: );
4742: exit when g_req_line_tbl_blk.last = p;

Line 4740: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').charge_periodicity_code : '|| g_req_line_tbl_blk(p).charge_periodicity_code

4736: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').extended_price : '|| g_req_line_tbl_blk(p).extended_price
4737: );
4738: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').list_price_override_flag : '|| g_req_line_tbl_blk(p).list_price_override_flag
4739: );
4740: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_tbl_blk('|| p ||').charge_periodicity_code : '|| g_req_line_tbl_blk(p).charge_periodicity_code
4741: );
4742: exit when g_req_line_tbl_blk.last = p;
4743: p := g_req_line_tbl_blk.next(p);
4744: end loop;

Line 4750: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4746:
4747: --
4748: -- input parameter 3: g_req_qual_tbl_blk
4749: --
4750: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4751: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************** input parameter 3: g_req_qual_tbl_blk ******************');
4752: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk.count '|| g_req_qual_tbl_blk.count
4753: );
4754: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 4751: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************** input parameter 3: g_req_qual_tbl_blk ******************');

4747: --
4748: -- input parameter 3: g_req_qual_tbl_blk
4749: --
4750: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4751: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************** input parameter 3: g_req_qual_tbl_blk ******************');
4752: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk.count '|| g_req_qual_tbl_blk.count
4753: );
4754: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4755: if g_req_qual_tbl_blk.count > 0 then

Line 4752: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk.count '|| g_req_qual_tbl_blk.count

4748: -- input parameter 3: g_req_qual_tbl_blk
4749: --
4750: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4751: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************** input parameter 3: g_req_qual_tbl_blk ******************');
4752: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk.count '|| g_req_qual_tbl_blk.count
4753: );
4754: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4755: if g_req_qual_tbl_blk.count > 0 then
4756: p := g_req_qual_tbl_blk.first;

Line 4754: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4750: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4751: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************** input parameter 3: g_req_qual_tbl_blk ******************');
4752: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk.count '|| g_req_qual_tbl_blk.count
4753: );
4754: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4755: if g_req_qual_tbl_blk.count > 0 then
4756: p := g_req_qual_tbl_blk.first;
4757: loop
4758: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_qual_tbl_blk('|| p ||') *************'

Line 4758: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_qual_tbl_blk('|| p ||') *************'

4754: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4755: if g_req_qual_tbl_blk.count > 0 then
4756: p := g_req_qual_tbl_blk.first;
4757: loop
4758: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_qual_tbl_blk('|| p ||') *************'
4759: );
4760: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').line_index : '|| g_req_qual_tbl_blk(p).line_index
4761: );
4762: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_qual_tbl_blk(p).qualifier_context

Line 4760: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').line_index : '|| g_req_qual_tbl_blk(p).line_index

4756: p := g_req_qual_tbl_blk.first;
4757: loop
4758: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_qual_tbl_blk('|| p ||') *************'
4759: );
4760: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').line_index : '|| g_req_qual_tbl_blk(p).line_index
4761: );
4762: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_qual_tbl_blk(p).qualifier_context
4763: );
4764: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_qual_tbl_blk(p).qualifier_attribute

Line 4762: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_qual_tbl_blk(p).qualifier_context

4758: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_qual_tbl_blk('|| p ||') *************'
4759: );
4760: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').line_index : '|| g_req_qual_tbl_blk(p).line_index
4761: );
4762: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_qual_tbl_blk(p).qualifier_context
4763: );
4764: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_qual_tbl_blk(p).qualifier_attribute
4765: );
4766: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_from

Line 4764: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_qual_tbl_blk(p).qualifier_attribute

4760: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').line_index : '|| g_req_qual_tbl_blk(p).line_index
4761: );
4762: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_qual_tbl_blk(p).qualifier_context
4763: );
4764: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_qual_tbl_blk(p).qualifier_attribute
4765: );
4766: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_from
4767: );
4768: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_to

Line 4766: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_from

4762: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_qual_tbl_blk(p).qualifier_context
4763: );
4764: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_qual_tbl_blk(p).qualifier_attribute
4765: );
4766: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_from
4767: );
4768: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_to
4769: );
4770: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_qual_tbl_blk(p).comparison_operator_code

Line 4768: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_to

4764: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_qual_tbl_blk(p).qualifier_attribute
4765: );
4766: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_from
4767: );
4768: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_to
4769: );
4770: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_qual_tbl_blk(p).comparison_operator_code
4771: );
4772: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_qual_tbl_blk(p).validated_flag

Line 4770: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_qual_tbl_blk(p).comparison_operator_code

4766: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_from
4767: );
4768: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_to
4769: );
4770: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_qual_tbl_blk(p).comparison_operator_code
4771: );
4772: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_qual_tbl_blk(p).validated_flag
4773: );
4774: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_code : '|| g_req_qual_tbl_blk(p).status_code

Line 4772: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_qual_tbl_blk(p).validated_flag

4768: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_qual_tbl_blk(p).qualifier_attr_value_to
4769: );
4770: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_qual_tbl_blk(p).comparison_operator_code
4771: );
4772: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_qual_tbl_blk(p).validated_flag
4773: );
4774: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_code : '|| g_req_qual_tbl_blk(p).status_code
4775: );
4776: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_text : '|| g_req_qual_tbl_blk(p).status_text

Line 4774: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_code : '|| g_req_qual_tbl_blk(p).status_code

4770: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_qual_tbl_blk(p).comparison_operator_code
4771: );
4772: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_qual_tbl_blk(p).validated_flag
4773: );
4774: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_code : '|| g_req_qual_tbl_blk(p).status_code
4775: );
4776: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_text : '|| g_req_qual_tbl_blk(p).status_text
4777: );
4778: exit when g_req_qual_tbl_blk.last = p;

Line 4776: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_text : '|| g_req_qual_tbl_blk(p).status_text

4772: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_qual_tbl_blk(p).validated_flag
4773: );
4774: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_code : '|| g_req_qual_tbl_blk(p).status_code
4775: );
4776: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_qual_tbl_blk('|| p ||').status_text : '|| g_req_qual_tbl_blk(p).status_text
4777: );
4778: exit when g_req_qual_tbl_blk.last = p;
4779: p := g_req_qual_tbl_blk.next(p);
4780: end loop;

Line 4785: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4781: end if; -- l_req_qual_tbl.count > 0
4782: --
4783: -- input parameter 4: g_req_line_attr_tbl_blk
4784: --
4785: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4786: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 4: g_req_line_attr_tbl_blk ******************');
4787: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk.count '|| g_req_line_attr_tbl_blk.count
4788: );
4789: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 4786: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 4: g_req_line_attr_tbl_blk ******************');

4782: --
4783: -- input parameter 4: g_req_line_attr_tbl_blk
4784: --
4785: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4786: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 4: g_req_line_attr_tbl_blk ******************');
4787: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk.count '|| g_req_line_attr_tbl_blk.count
4788: );
4789: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4790: if g_req_line_attr_tbl_blk.count > 0 then

Line 4787: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk.count '|| g_req_line_attr_tbl_blk.count

4783: -- input parameter 4: g_req_line_attr_tbl_blk
4784: --
4785: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4786: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 4: g_req_line_attr_tbl_blk ******************');
4787: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk.count '|| g_req_line_attr_tbl_blk.count
4788: );
4789: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4790: if g_req_line_attr_tbl_blk.count > 0 then
4791: p := g_req_line_attr_tbl_blk.first;

Line 4789: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4785: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4786: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 4: g_req_line_attr_tbl_blk ******************');
4787: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk.count '|| g_req_line_attr_tbl_blk.count
4788: );
4789: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4790: if g_req_line_attr_tbl_blk.count > 0 then
4791: p := g_req_line_attr_tbl_blk.first;
4792: loop
4793: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_attr_tbl_blk('|| p ||') *************'

Line 4793: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_attr_tbl_blk('|| p ||') *************'

4789: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4790: if g_req_line_attr_tbl_blk.count > 0 then
4791: p := g_req_line_attr_tbl_blk.first;
4792: loop
4793: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_attr_tbl_blk('|| p ||') *************'
4794: );
4795: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_attr_tbl_blk(p).line_index
4796: );
4797: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_attr_tbl_blk(p).pricing_context

Line 4795: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_attr_tbl_blk(p).line_index

4791: p := g_req_line_attr_tbl_blk.first;
4792: loop
4793: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_attr_tbl_blk('|| p ||') *************'
4794: );
4795: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_attr_tbl_blk(p).line_index
4796: );
4797: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_attr_tbl_blk(p).pricing_context
4798: );
4799: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_attr_tbl_blk(p).pricing_attribute

Line 4797: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_attr_tbl_blk(p).pricing_context

4793: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_attr_tbl_blk('|| p ||') *************'
4794: );
4795: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_attr_tbl_blk(p).line_index
4796: );
4797: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_attr_tbl_blk(p).pricing_context
4798: );
4799: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_attr_tbl_blk(p).pricing_attribute
4800: );
4801: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_from

Line 4799: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_attr_tbl_blk(p).pricing_attribute

4795: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_attr_tbl_blk(p).line_index
4796: );
4797: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_attr_tbl_blk(p).pricing_context
4798: );
4799: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_attr_tbl_blk(p).pricing_attribute
4800: );
4801: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_from
4802: );
4803: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_to

Line 4801: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_from

4797: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_attr_tbl_blk(p).pricing_context
4798: );
4799: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_attr_tbl_blk(p).pricing_attribute
4800: );
4801: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_from
4802: );
4803: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_to
4804: );
4805: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_attr_tbl_blk(p).validated_flag

Line 4803: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_to

4799: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_attr_tbl_blk(p).pricing_attribute
4800: );
4801: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_from
4802: );
4803: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_to
4804: );
4805: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_attr_tbl_blk(p).validated_flag
4806: );
4807: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_attr_tbl_blk(p).status_code

Line 4805: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_attr_tbl_blk(p).validated_flag

4801: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_from
4802: );
4803: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_to
4804: );
4805: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_attr_tbl_blk(p).validated_flag
4806: );
4807: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_attr_tbl_blk(p).status_code
4808: );
4809: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_attr_tbl_blk(p).status_text

Line 4807: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_attr_tbl_blk(p).status_code

4803: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_attr_tbl_blk(p).pricing_attr_value_to
4804: );
4805: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_attr_tbl_blk(p).validated_flag
4806: );
4807: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_attr_tbl_blk(p).status_code
4808: );
4809: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_attr_tbl_blk(p).status_text
4810: );
4811: exit when g_req_line_attr_tbl_blk.last = p;

Line 4809: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_attr_tbl_blk(p).status_text

4805: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_attr_tbl_blk(p).validated_flag
4806: );
4807: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_attr_tbl_blk(p).status_code
4808: );
4809: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_attr_tbl_blk(p).status_text
4810: );
4811: exit when g_req_line_attr_tbl_blk.last = p;
4812: p := g_req_line_attr_tbl_blk.next(p);
4813: end loop;

Line 4819: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4815:
4816: --
4817: -- input parameter 5: g_req_line_detail_tbl_blk
4818: --
4819: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4820: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 5: g_req_line_detail_tbl_blk ******************');
4821: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk.count '|| g_req_line_detail_tbl_blk.count
4822: );
4823: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 4820: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 5: g_req_line_detail_tbl_blk ******************');

4816: --
4817: -- input parameter 5: g_req_line_detail_tbl_blk
4818: --
4819: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4820: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 5: g_req_line_detail_tbl_blk ******************');
4821: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk.count '|| g_req_line_detail_tbl_blk.count
4822: );
4823: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4824:

Line 4821: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk.count '|| g_req_line_detail_tbl_blk.count

4817: -- input parameter 5: g_req_line_detail_tbl_blk
4818: --
4819: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4820: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 5: g_req_line_detail_tbl_blk ******************');
4821: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk.count '|| g_req_line_detail_tbl_blk.count
4822: );
4823: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4824:
4825: if g_req_line_detail_tbl_blk.count > 0 then

Line 4823: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4819: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4820: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 5: g_req_line_detail_tbl_blk ******************');
4821: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk.count '|| g_req_line_detail_tbl_blk.count
4822: );
4823: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4824:
4825: if g_req_line_detail_tbl_blk.count > 0 then
4826: p := g_req_line_detail_tbl_blk.first;
4827: loop

Line 4828: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_tbl_blk('|| p ||') *************'

4824:
4825: if g_req_line_detail_tbl_blk.count > 0 then
4826: p := g_req_line_detail_tbl_blk.first;
4827: loop
4828: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_tbl_blk('|| p ||') *************'
4829: );
4830: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_tbl_blk(p).line_detail_index
4831: );
4832: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_id : '|| g_req_line_detail_tbl_blk(p).line_detail_id

Line 4830: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_tbl_blk(p).line_detail_index

4826: p := g_req_line_detail_tbl_blk.first;
4827: loop
4828: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_tbl_blk('|| p ||') *************'
4829: );
4830: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_tbl_blk(p).line_detail_index
4831: );
4832: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_id : '|| g_req_line_detail_tbl_blk(p).line_detail_id
4833: );
4834: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_type_code : '|| g_req_line_detail_tbl_blk(p).line_detail_type_code

Line 4832: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_id : '|| g_req_line_detail_tbl_blk(p).line_detail_id

4828: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_tbl_blk('|| p ||') *************'
4829: );
4830: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_tbl_blk(p).line_detail_index
4831: );
4832: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_id : '|| g_req_line_detail_tbl_blk(p).line_detail_id
4833: );
4834: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_type_code : '|| g_req_line_detail_tbl_blk(p).line_detail_type_code
4835: );
4836: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_tbl_blk(p).line_index

Line 4834: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_type_code : '|| g_req_line_detail_tbl_blk(p).line_detail_type_code

4830: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_tbl_blk(p).line_detail_index
4831: );
4832: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_id : '|| g_req_line_detail_tbl_blk(p).line_detail_id
4833: );
4834: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_type_code : '|| g_req_line_detail_tbl_blk(p).line_detail_type_code
4835: );
4836: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_tbl_blk(p).line_index
4837: );
4838: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_header_id : '|| g_req_line_detail_tbl_blk(p).list_header_id

Line 4836: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_tbl_blk(p).line_index

4832: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_id : '|| g_req_line_detail_tbl_blk(p).line_detail_id
4833: );
4834: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_type_code : '|| g_req_line_detail_tbl_blk(p).line_detail_type_code
4835: );
4836: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_tbl_blk(p).line_index
4837: );
4838: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_header_id : '|| g_req_line_detail_tbl_blk(p).list_header_id
4839: );
4840: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_id : '|| g_req_line_detail_tbl_blk(p).list_line_id

Line 4838: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_header_id : '|| g_req_line_detail_tbl_blk(p).list_header_id

4834: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_detail_type_code : '|| g_req_line_detail_tbl_blk(p).line_detail_type_code
4835: );
4836: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_tbl_blk(p).line_index
4837: );
4838: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_header_id : '|| g_req_line_detail_tbl_blk(p).list_header_id
4839: );
4840: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_id : '|| g_req_line_detail_tbl_blk(p).list_line_id
4841: );
4842: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_type_code : '|| g_req_line_detail_tbl_blk(p).list_line_type_code

Line 4840: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_id : '|| g_req_line_detail_tbl_blk(p).list_line_id

4836: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_tbl_blk(p).line_index
4837: );
4838: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_header_id : '|| g_req_line_detail_tbl_blk(p).list_header_id
4839: );
4840: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_id : '|| g_req_line_detail_tbl_blk(p).list_line_id
4841: );
4842: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_type_code : '|| g_req_line_detail_tbl_blk(p).list_line_type_code
4843: );
4844: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_type_code : '|| g_req_line_detail_tbl_blk(p).substitution_type_code

Line 4842: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_type_code : '|| g_req_line_detail_tbl_blk(p).list_line_type_code

4838: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_header_id : '|| g_req_line_detail_tbl_blk(p).list_header_id
4839: );
4840: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_id : '|| g_req_line_detail_tbl_blk(p).list_line_id
4841: );
4842: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_type_code : '|| g_req_line_detail_tbl_blk(p).list_line_type_code
4843: );
4844: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_type_code : '|| g_req_line_detail_tbl_blk(p).substitution_type_code
4845: );
4846: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_from : '|| g_req_line_detail_tbl_blk(p).substitution_from

Line 4844: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_type_code : '|| g_req_line_detail_tbl_blk(p).substitution_type_code

4840: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_id : '|| g_req_line_detail_tbl_blk(p).list_line_id
4841: );
4842: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_type_code : '|| g_req_line_detail_tbl_blk(p).list_line_type_code
4843: );
4844: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_type_code : '|| g_req_line_detail_tbl_blk(p).substitution_type_code
4845: );
4846: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_from : '|| g_req_line_detail_tbl_blk(p).substitution_from
4847: );
4848: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_to : '|| g_req_line_detail_tbl_blk(p).substitution_to

Line 4846: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_from : '|| g_req_line_detail_tbl_blk(p).substitution_from

4842: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_type_code : '|| g_req_line_detail_tbl_blk(p).list_line_type_code
4843: );
4844: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_type_code : '|| g_req_line_detail_tbl_blk(p).substitution_type_code
4845: );
4846: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_from : '|| g_req_line_detail_tbl_blk(p).substitution_from
4847: );
4848: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_to : '|| g_req_line_detail_tbl_blk(p).substitution_to
4849: );
4850: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').automatic_flag : '|| g_req_line_detail_tbl_blk(p).automatic_flag

Line 4848: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_to : '|| g_req_line_detail_tbl_blk(p).substitution_to

4844: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_type_code : '|| g_req_line_detail_tbl_blk(p).substitution_type_code
4845: );
4846: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_from : '|| g_req_line_detail_tbl_blk(p).substitution_from
4847: );
4848: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_to : '|| g_req_line_detail_tbl_blk(p).substitution_to
4849: );
4850: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').automatic_flag : '|| g_req_line_detail_tbl_blk(p).automatic_flag
4851: );
4852: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_calculation_code : '|| g_req_line_detail_tbl_blk(p).operand_calculation_code

Line 4850: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').automatic_flag : '|| g_req_line_detail_tbl_blk(p).automatic_flag

4846: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_from : '|| g_req_line_detail_tbl_blk(p).substitution_from
4847: );
4848: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_to : '|| g_req_line_detail_tbl_blk(p).substitution_to
4849: );
4850: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').automatic_flag : '|| g_req_line_detail_tbl_blk(p).automatic_flag
4851: );
4852: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_calculation_code : '|| g_req_line_detail_tbl_blk(p).operand_calculation_code
4853: );
4854: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_value : '|| g_req_line_detail_tbl_blk(p).operand_value

Line 4852: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_calculation_code : '|| g_req_line_detail_tbl_blk(p).operand_calculation_code

4848: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_to : '|| g_req_line_detail_tbl_blk(p).substitution_to
4849: );
4850: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').automatic_flag : '|| g_req_line_detail_tbl_blk(p).automatic_flag
4851: );
4852: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_calculation_code : '|| g_req_line_detail_tbl_blk(p).operand_calculation_code
4853: );
4854: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_value : '|| g_req_line_detail_tbl_blk(p).operand_value
4855: );
4856: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_group_sequence : '|| g_req_line_detail_tbl_blk(p).pricing_group_sequence

Line 4854: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_value : '|| g_req_line_detail_tbl_blk(p).operand_value

4850: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').automatic_flag : '|| g_req_line_detail_tbl_blk(p).automatic_flag
4851: );
4852: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_calculation_code : '|| g_req_line_detail_tbl_blk(p).operand_calculation_code
4853: );
4854: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_value : '|| g_req_line_detail_tbl_blk(p).operand_value
4855: );
4856: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_group_sequence : '|| g_req_line_detail_tbl_blk(p).pricing_group_sequence
4857: );
4858: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').price_break_type_code : '|| g_req_line_detail_tbl_blk(p).price_break_type_code

Line 4856: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_group_sequence : '|| g_req_line_detail_tbl_blk(p).pricing_group_sequence

4852: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_calculation_code : '|| g_req_line_detail_tbl_blk(p).operand_calculation_code
4853: );
4854: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_value : '|| g_req_line_detail_tbl_blk(p).operand_value
4855: );
4856: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_group_sequence : '|| g_req_line_detail_tbl_blk(p).pricing_group_sequence
4857: );
4858: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').price_break_type_code : '|| g_req_line_detail_tbl_blk(p).price_break_type_code
4859: );
4860: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').created_from_list_type_code : '|| g_req_line_detail_tbl_blk(p).created_from_list_type_code

Line 4858: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').price_break_type_code : '|| g_req_line_detail_tbl_blk(p).price_break_type_code

4854: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').operand_value : '|| g_req_line_detail_tbl_blk(p).operand_value
4855: );
4856: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_group_sequence : '|| g_req_line_detail_tbl_blk(p).pricing_group_sequence
4857: );
4858: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').price_break_type_code : '|| g_req_line_detail_tbl_blk(p).price_break_type_code
4859: );
4860: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').created_from_list_type_code : '|| g_req_line_detail_tbl_blk(p).created_from_list_type_code
4861: );
4862: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_detail_tbl_blk(p).pricing_phase_id

Line 4860: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').created_from_list_type_code : '|| g_req_line_detail_tbl_blk(p).created_from_list_type_code

4856: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_group_sequence : '|| g_req_line_detail_tbl_blk(p).pricing_group_sequence
4857: );
4858: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').price_break_type_code : '|| g_req_line_detail_tbl_blk(p).price_break_type_code
4859: );
4860: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').created_from_list_type_code : '|| g_req_line_detail_tbl_blk(p).created_from_list_type_code
4861: );
4862: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_detail_tbl_blk(p).pricing_phase_id
4863: );
4864: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_price : '|| g_req_line_detail_tbl_blk(p).list_price

Line 4862: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_detail_tbl_blk(p).pricing_phase_id

4858: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').price_break_type_code : '|| g_req_line_detail_tbl_blk(p).price_break_type_code
4859: );
4860: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').created_from_list_type_code : '|| g_req_line_detail_tbl_blk(p).created_from_list_type_code
4861: );
4862: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_detail_tbl_blk(p).pricing_phase_id
4863: );
4864: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_price : '|| g_req_line_detail_tbl_blk(p).list_price
4865: );
4866: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_quantity : '|| g_req_line_detail_tbl_blk(p).line_quantity

Line 4864: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_price : '|| g_req_line_detail_tbl_blk(p).list_price

4860: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').created_from_list_type_code : '|| g_req_line_detail_tbl_blk(p).created_from_list_type_code
4861: );
4862: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_detail_tbl_blk(p).pricing_phase_id
4863: );
4864: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_price : '|| g_req_line_detail_tbl_blk(p).list_price
4865: );
4866: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_quantity : '|| g_req_line_detail_tbl_blk(p).line_quantity
4867: );
4868: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').adjustment_amount : '|| g_req_line_detail_tbl_blk(p).adjustment_amount

Line 4866: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_quantity : '|| g_req_line_detail_tbl_blk(p).line_quantity

4862: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_phase_id : '|| g_req_line_detail_tbl_blk(p).pricing_phase_id
4863: );
4864: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_price : '|| g_req_line_detail_tbl_blk(p).list_price
4865: );
4866: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_quantity : '|| g_req_line_detail_tbl_blk(p).line_quantity
4867: );
4868: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').adjustment_amount : '|| g_req_line_detail_tbl_blk(p).adjustment_amount
4869: );
4870: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').applied_flag : '|| g_req_line_detail_tbl_blk(p).applied_flag

Line 4868: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').adjustment_amount : '|| g_req_line_detail_tbl_blk(p).adjustment_amount

4864: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_price : '|| g_req_line_detail_tbl_blk(p).list_price
4865: );
4866: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_quantity : '|| g_req_line_detail_tbl_blk(p).line_quantity
4867: );
4868: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').adjustment_amount : '|| g_req_line_detail_tbl_blk(p).adjustment_amount
4869: );
4870: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').applied_flag : '|| g_req_line_detail_tbl_blk(p).applied_flag
4871: );
4872: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').modifier_level_code : '|| g_req_line_detail_tbl_blk(p).modifier_level_code

Line 4870: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').applied_flag : '|| g_req_line_detail_tbl_blk(p).applied_flag

4866: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').line_quantity : '|| g_req_line_detail_tbl_blk(p).line_quantity
4867: );
4868: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').adjustment_amount : '|| g_req_line_detail_tbl_blk(p).adjustment_amount
4869: );
4870: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').applied_flag : '|| g_req_line_detail_tbl_blk(p).applied_flag
4871: );
4872: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').modifier_level_code : '|| g_req_line_detail_tbl_blk(p).modifier_level_code
4873: );
4874: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_tbl_blk(p).status_code

Line 4872: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').modifier_level_code : '|| g_req_line_detail_tbl_blk(p).modifier_level_code

4868: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').adjustment_amount : '|| g_req_line_detail_tbl_blk(p).adjustment_amount
4869: );
4870: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').applied_flag : '|| g_req_line_detail_tbl_blk(p).applied_flag
4871: );
4872: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').modifier_level_code : '|| g_req_line_detail_tbl_blk(p).modifier_level_code
4873: );
4874: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_tbl_blk(p).status_code
4875: );
4876: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_tbl_blk(p).status_text

Line 4874: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_tbl_blk(p).status_code

4870: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').applied_flag : '|| g_req_line_detail_tbl_blk(p).applied_flag
4871: );
4872: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').modifier_level_code : '|| g_req_line_detail_tbl_blk(p).modifier_level_code
4873: );
4874: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_tbl_blk(p).status_code
4875: );
4876: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_tbl_blk(p).status_text
4877: );
4878: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_attribute : '|| g_req_line_detail_tbl_blk(p).substitution_attribute

Line 4876: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_tbl_blk(p).status_text

4872: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').modifier_level_code : '|| g_req_line_detail_tbl_blk(p).modifier_level_code
4873: );
4874: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_tbl_blk(p).status_code
4875: );
4876: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_tbl_blk(p).status_text
4877: );
4878: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_attribute : '|| g_req_line_detail_tbl_blk(p).substitution_attribute
4879: );
4880: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_flag : '|| g_req_line_detail_tbl_blk(p).accrual_flag

Line 4878: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_attribute : '|| g_req_line_detail_tbl_blk(p).substitution_attribute

4874: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_tbl_blk(p).status_code
4875: );
4876: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_tbl_blk(p).status_text
4877: );
4878: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_attribute : '|| g_req_line_detail_tbl_blk(p).substitution_attribute
4879: );
4880: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_flag : '|| g_req_line_detail_tbl_blk(p).accrual_flag
4881: );
4882: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_no : '|| g_req_line_detail_tbl_blk(p).list_line_no

Line 4880: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_flag : '|| g_req_line_detail_tbl_blk(p).accrual_flag

4876: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_tbl_blk(p).status_text
4877: );
4878: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_attribute : '|| g_req_line_detail_tbl_blk(p).substitution_attribute
4879: );
4880: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_flag : '|| g_req_line_detail_tbl_blk(p).accrual_flag
4881: );
4882: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_no : '|| g_req_line_detail_tbl_blk(p).list_line_no
4883: );
4884: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_gl_value : '|| g_req_line_detail_tbl_blk(p).estim_gl_value

Line 4882: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_no : '|| g_req_line_detail_tbl_blk(p).list_line_no

4878: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').substitution_attribute : '|| g_req_line_detail_tbl_blk(p).substitution_attribute
4879: );
4880: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_flag : '|| g_req_line_detail_tbl_blk(p).accrual_flag
4881: );
4882: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_no : '|| g_req_line_detail_tbl_blk(p).list_line_no
4883: );
4884: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_gl_value : '|| g_req_line_detail_tbl_blk(p).estim_gl_value
4885: );
4886: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_conversion_rate : '|| g_req_line_detail_tbl_blk(p).accrual_conversion_rate

Line 4884: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_gl_value : '|| g_req_line_detail_tbl_blk(p).estim_gl_value

4880: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_flag : '|| g_req_line_detail_tbl_blk(p).accrual_flag
4881: );
4882: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_no : '|| g_req_line_detail_tbl_blk(p).list_line_no
4883: );
4884: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_gl_value : '|| g_req_line_detail_tbl_blk(p).estim_gl_value
4885: );
4886: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_conversion_rate : '|| g_req_line_detail_tbl_blk(p).accrual_conversion_rate
4887: );
4888: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').override_flag : '|| g_req_line_detail_tbl_blk(p).override_flag

Line 4886: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_conversion_rate : '|| g_req_line_detail_tbl_blk(p).accrual_conversion_rate

4882: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').list_line_no : '|| g_req_line_detail_tbl_blk(p).list_line_no
4883: );
4884: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_gl_value : '|| g_req_line_detail_tbl_blk(p).estim_gl_value
4885: );
4886: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_conversion_rate : '|| g_req_line_detail_tbl_blk(p).accrual_conversion_rate
4887: );
4888: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').override_flag : '|| g_req_line_detail_tbl_blk(p).override_flag
4889: );
4890: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').print_on_invoice_flag : '|| g_req_line_detail_tbl_blk(p).print_on_invoice_flag

Line 4888: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').override_flag : '|| g_req_line_detail_tbl_blk(p).override_flag

4884: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_gl_value : '|| g_req_line_detail_tbl_blk(p).estim_gl_value
4885: );
4886: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_conversion_rate : '|| g_req_line_detail_tbl_blk(p).accrual_conversion_rate
4887: );
4888: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').override_flag : '|| g_req_line_detail_tbl_blk(p).override_flag
4889: );
4890: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').print_on_invoice_flag : '|| g_req_line_detail_tbl_blk(p).print_on_invoice_flag
4891: );
4892: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').inventory_item_id : '|| g_req_line_detail_tbl_blk(p).inventory_item_id

Line 4890: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').print_on_invoice_flag : '|| g_req_line_detail_tbl_blk(p).print_on_invoice_flag

4886: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').accrual_conversion_rate : '|| g_req_line_detail_tbl_blk(p).accrual_conversion_rate
4887: );
4888: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').override_flag : '|| g_req_line_detail_tbl_blk(p).override_flag
4889: );
4890: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').print_on_invoice_flag : '|| g_req_line_detail_tbl_blk(p).print_on_invoice_flag
4891: );
4892: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').inventory_item_id : '|| g_req_line_detail_tbl_blk(p).inventory_item_id
4893: );
4894: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').organization_id : '|| g_req_line_detail_tbl_blk(p).organization_id

Line 4892: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').inventory_item_id : '|| g_req_line_detail_tbl_blk(p).inventory_item_id

4888: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').override_flag : '|| g_req_line_detail_tbl_blk(p).override_flag
4889: );
4890: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').print_on_invoice_flag : '|| g_req_line_detail_tbl_blk(p).print_on_invoice_flag
4891: );
4892: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').inventory_item_id : '|| g_req_line_detail_tbl_blk(p).inventory_item_id
4893: );
4894: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').organization_id : '|| g_req_line_detail_tbl_blk(p).organization_id
4895: );
4896: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').related_item_id : '|| g_req_line_detail_tbl_blk(p).related_item_id

Line 4894: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').organization_id : '|| g_req_line_detail_tbl_blk(p).organization_id

4890: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').print_on_invoice_flag : '|| g_req_line_detail_tbl_blk(p).print_on_invoice_flag
4891: );
4892: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').inventory_item_id : '|| g_req_line_detail_tbl_blk(p).inventory_item_id
4893: );
4894: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').organization_id : '|| g_req_line_detail_tbl_blk(p).organization_id
4895: );
4896: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').related_item_id : '|| g_req_line_detail_tbl_blk(p).related_item_id
4897: );
4898: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').relationship_type_id : '|| g_req_line_detail_tbl_blk(p).relationship_type_id

Line 4896: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').related_item_id : '|| g_req_line_detail_tbl_blk(p).related_item_id

4892: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').inventory_item_id : '|| g_req_line_detail_tbl_blk(p).inventory_item_id
4893: );
4894: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').organization_id : '|| g_req_line_detail_tbl_blk(p).organization_id
4895: );
4896: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').related_item_id : '|| g_req_line_detail_tbl_blk(p).related_item_id
4897: );
4898: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').relationship_type_id : '|| g_req_line_detail_tbl_blk(p).relationship_type_id
4899: );
4900: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_accrual_rate : '|| g_req_line_detail_tbl_blk(p).estim_accrual_rate

Line 4898: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').relationship_type_id : '|| g_req_line_detail_tbl_blk(p).relationship_type_id

4894: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').organization_id : '|| g_req_line_detail_tbl_blk(p).organization_id
4895: );
4896: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').related_item_id : '|| g_req_line_detail_tbl_blk(p).related_item_id
4897: );
4898: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').relationship_type_id : '|| g_req_line_detail_tbl_blk(p).relationship_type_id
4899: );
4900: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_accrual_rate : '|| g_req_line_detail_tbl_blk(p).estim_accrual_rate
4901: );
4902: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').expiration_date : '|| g_req_line_detail_tbl_blk(p).expiration_date

Line 4900: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_accrual_rate : '|| g_req_line_detail_tbl_blk(p).estim_accrual_rate

4896: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').related_item_id : '|| g_req_line_detail_tbl_blk(p).related_item_id
4897: );
4898: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').relationship_type_id : '|| g_req_line_detail_tbl_blk(p).relationship_type_id
4899: );
4900: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_accrual_rate : '|| g_req_line_detail_tbl_blk(p).estim_accrual_rate
4901: );
4902: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').expiration_date : '|| g_req_line_detail_tbl_blk(p).expiration_date
4903: );
4904: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_price_list_line_id : '|| g_req_line_detail_tbl_blk(p).benefit_price_list_line_id

Line 4902: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').expiration_date : '|| g_req_line_detail_tbl_blk(p).expiration_date

4898: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').relationship_type_id : '|| g_req_line_detail_tbl_blk(p).relationship_type_id
4899: );
4900: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_accrual_rate : '|| g_req_line_detail_tbl_blk(p).estim_accrual_rate
4901: );
4902: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').expiration_date : '|| g_req_line_detail_tbl_blk(p).expiration_date
4903: );
4904: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_price_list_line_id : '|| g_req_line_detail_tbl_blk(p).benefit_price_list_line_id
4905: );
4906: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_flag : '|| g_req_line_detail_tbl_blk(p).recurring_flag

Line 4904: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_price_list_line_id : '|| g_req_line_detail_tbl_blk(p).benefit_price_list_line_id

4900: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').estim_accrual_rate : '|| g_req_line_detail_tbl_blk(p).estim_accrual_rate
4901: );
4902: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').expiration_date : '|| g_req_line_detail_tbl_blk(p).expiration_date
4903: );
4904: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_price_list_line_id : '|| g_req_line_detail_tbl_blk(p).benefit_price_list_line_id
4905: );
4906: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_flag : '|| g_req_line_detail_tbl_blk(p).recurring_flag
4907: );
4908: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_value : '|| g_req_line_detail_tbl_blk(p).recurring_value

Line 4906: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_flag : '|| g_req_line_detail_tbl_blk(p).recurring_flag

4902: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').expiration_date : '|| g_req_line_detail_tbl_blk(p).expiration_date
4903: );
4904: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_price_list_line_id : '|| g_req_line_detail_tbl_blk(p).benefit_price_list_line_id
4905: );
4906: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_flag : '|| g_req_line_detail_tbl_blk(p).recurring_flag
4907: );
4908: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_value : '|| g_req_line_detail_tbl_blk(p).recurring_value
4909: );
4910: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_limit : '|| g_req_line_detail_tbl_blk(p).benefit_limit

Line 4908: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_value : '|| g_req_line_detail_tbl_blk(p).recurring_value

4904: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_price_list_line_id : '|| g_req_line_detail_tbl_blk(p).benefit_price_list_line_id
4905: );
4906: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_flag : '|| g_req_line_detail_tbl_blk(p).recurring_flag
4907: );
4908: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_value : '|| g_req_line_detail_tbl_blk(p).recurring_value
4909: );
4910: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_limit : '|| g_req_line_detail_tbl_blk(p).benefit_limit
4911: );
4912: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_type_code : '|| g_req_line_detail_tbl_blk(p).charge_type_code

Line 4910: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_limit : '|| g_req_line_detail_tbl_blk(p).benefit_limit

4906: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_flag : '|| g_req_line_detail_tbl_blk(p).recurring_flag
4907: );
4908: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_value : '|| g_req_line_detail_tbl_blk(p).recurring_value
4909: );
4910: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_limit : '|| g_req_line_detail_tbl_blk(p).benefit_limit
4911: );
4912: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_type_code : '|| g_req_line_detail_tbl_blk(p).charge_type_code
4913: );
4914: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_subtype_code : '|| g_req_line_detail_tbl_blk(p).charge_subtype_code

Line 4912: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_type_code : '|| g_req_line_detail_tbl_blk(p).charge_type_code

4908: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').recurring_value : '|| g_req_line_detail_tbl_blk(p).recurring_value
4909: );
4910: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_limit : '|| g_req_line_detail_tbl_blk(p).benefit_limit
4911: );
4912: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_type_code : '|| g_req_line_detail_tbl_blk(p).charge_type_code
4913: );
4914: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_subtype_code : '|| g_req_line_detail_tbl_blk(p).charge_subtype_code
4915: );
4916: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').include_on_returns_flag : '|| g_req_line_detail_tbl_blk(p).include_on_returns_flag

Line 4914: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_subtype_code : '|| g_req_line_detail_tbl_blk(p).charge_subtype_code

4910: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_limit : '|| g_req_line_detail_tbl_blk(p).benefit_limit
4911: );
4912: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_type_code : '|| g_req_line_detail_tbl_blk(p).charge_type_code
4913: );
4914: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_subtype_code : '|| g_req_line_detail_tbl_blk(p).charge_subtype_code
4915: );
4916: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').include_on_returns_flag : '|| g_req_line_detail_tbl_blk(p).include_on_returns_flag
4917: );
4918: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_qty : '|| g_req_line_detail_tbl_blk(p).benefit_qty

Line 4916: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').include_on_returns_flag : '|| g_req_line_detail_tbl_blk(p).include_on_returns_flag

4912: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_type_code : '|| g_req_line_detail_tbl_blk(p).charge_type_code
4913: );
4914: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_subtype_code : '|| g_req_line_detail_tbl_blk(p).charge_subtype_code
4915: );
4916: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').include_on_returns_flag : '|| g_req_line_detail_tbl_blk(p).include_on_returns_flag
4917: );
4918: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_qty : '|| g_req_line_detail_tbl_blk(p).benefit_qty
4919: );
4920: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_uom_code : '|| g_req_line_detail_tbl_blk(p).benefit_uom_code

Line 4918: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_qty : '|| g_req_line_detail_tbl_blk(p).benefit_qty

4914: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').charge_subtype_code : '|| g_req_line_detail_tbl_blk(p).charge_subtype_code
4915: );
4916: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').include_on_returns_flag : '|| g_req_line_detail_tbl_blk(p).include_on_returns_flag
4917: );
4918: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_qty : '|| g_req_line_detail_tbl_blk(p).benefit_qty
4919: );
4920: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_uom_code : '|| g_req_line_detail_tbl_blk(p).benefit_uom_code
4921: );
4922: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').proration_type_code : '|| g_req_line_detail_tbl_blk(p).proration_type_code

Line 4920: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_uom_code : '|| g_req_line_detail_tbl_blk(p).benefit_uom_code

4916: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').include_on_returns_flag : '|| g_req_line_detail_tbl_blk(p).include_on_returns_flag
4917: );
4918: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_qty : '|| g_req_line_detail_tbl_blk(p).benefit_qty
4919: );
4920: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_uom_code : '|| g_req_line_detail_tbl_blk(p).benefit_uom_code
4921: );
4922: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').proration_type_code : '|| g_req_line_detail_tbl_blk(p).proration_type_code
4923: );
4924: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').source_system_code : '|| g_req_line_detail_tbl_blk(p).source_system_code

Line 4922: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').proration_type_code : '|| g_req_line_detail_tbl_blk(p).proration_type_code

4918: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_qty : '|| g_req_line_detail_tbl_blk(p).benefit_qty
4919: );
4920: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_uom_code : '|| g_req_line_detail_tbl_blk(p).benefit_uom_code
4921: );
4922: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').proration_type_code : '|| g_req_line_detail_tbl_blk(p).proration_type_code
4923: );
4924: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').source_system_code : '|| g_req_line_detail_tbl_blk(p).source_system_code
4925: );
4926: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rebate_transaction_type_code : '|| g_req_line_detail_tbl_blk(p).rebate_transaction_type_code

Line 4924: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').source_system_code : '|| g_req_line_detail_tbl_blk(p).source_system_code

4920: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').benefit_uom_code : '|| g_req_line_detail_tbl_blk(p).benefit_uom_code
4921: );
4922: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').proration_type_code : '|| g_req_line_detail_tbl_blk(p).proration_type_code
4923: );
4924: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').source_system_code : '|| g_req_line_detail_tbl_blk(p).source_system_code
4925: );
4926: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rebate_transaction_type_code : '|| g_req_line_detail_tbl_blk(p).rebate_transaction_type_code
4927: );
4928: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').secondary_pricelist_ind : '|| g_req_line_detail_tbl_blk(p).secondary_pricelist_ind

Line 4926: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rebate_transaction_type_code : '|| g_req_line_detail_tbl_blk(p).rebate_transaction_type_code

4922: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').proration_type_code : '|| g_req_line_detail_tbl_blk(p).proration_type_code
4923: );
4924: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').source_system_code : '|| g_req_line_detail_tbl_blk(p).source_system_code
4925: );
4926: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rebate_transaction_type_code : '|| g_req_line_detail_tbl_blk(p).rebate_transaction_type_code
4927: );
4928: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').secondary_pricelist_ind : '|| g_req_line_detail_tbl_blk(p).secondary_pricelist_ind
4929: );
4930: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').group_value : '|| g_req_line_detail_tbl_blk(p).group_value

Line 4928: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').secondary_pricelist_ind : '|| g_req_line_detail_tbl_blk(p).secondary_pricelist_ind

4924: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').source_system_code : '|| g_req_line_detail_tbl_blk(p).source_system_code
4925: );
4926: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rebate_transaction_type_code : '|| g_req_line_detail_tbl_blk(p).rebate_transaction_type_code
4927: );
4928: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').secondary_pricelist_ind : '|| g_req_line_detail_tbl_blk(p).secondary_pricelist_ind
4929: );
4930: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').group_value : '|| g_req_line_detail_tbl_blk(p).group_value
4931: );
4932: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').comments : '|| g_req_line_detail_tbl_blk(p).comments

Line 4930: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').group_value : '|| g_req_line_detail_tbl_blk(p).group_value

4926: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rebate_transaction_type_code : '|| g_req_line_detail_tbl_blk(p).rebate_transaction_type_code
4927: );
4928: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').secondary_pricelist_ind : '|| g_req_line_detail_tbl_blk(p).secondary_pricelist_ind
4929: );
4930: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').group_value : '|| g_req_line_detail_tbl_blk(p).group_value
4931: );
4932: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').comments : '|| g_req_line_detail_tbl_blk(p).comments
4933: );
4934: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').updated_flag : '|| g_req_line_detail_tbl_blk(p).updated_flag

Line 4932: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').comments : '|| g_req_line_detail_tbl_blk(p).comments

4928: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').secondary_pricelist_ind : '|| g_req_line_detail_tbl_blk(p).secondary_pricelist_ind
4929: );
4930: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').group_value : '|| g_req_line_detail_tbl_blk(p).group_value
4931: );
4932: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').comments : '|| g_req_line_detail_tbl_blk(p).comments
4933: );
4934: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').updated_flag : '|| g_req_line_detail_tbl_blk(p).updated_flag
4935: );
4936: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').process_code : '|| g_req_line_detail_tbl_blk(p).process_code

Line 4934: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').updated_flag : '|| g_req_line_detail_tbl_blk(p).updated_flag

4930: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').group_value : '|| g_req_line_detail_tbl_blk(p).group_value
4931: );
4932: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').comments : '|| g_req_line_detail_tbl_blk(p).comments
4933: );
4934: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').updated_flag : '|| g_req_line_detail_tbl_blk(p).updated_flag
4935: );
4936: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').process_code : '|| g_req_line_detail_tbl_blk(p).process_code
4937: );
4938: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_code : '|| g_req_line_detail_tbl_blk(p).limit_code

Line 4936: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').process_code : '|| g_req_line_detail_tbl_blk(p).process_code

4932: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').comments : '|| g_req_line_detail_tbl_blk(p).comments
4933: );
4934: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').updated_flag : '|| g_req_line_detail_tbl_blk(p).updated_flag
4935: );
4936: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').process_code : '|| g_req_line_detail_tbl_blk(p).process_code
4937: );
4938: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_code : '|| g_req_line_detail_tbl_blk(p).limit_code
4939: );
4940: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_text : '|| g_req_line_detail_tbl_blk(p).limit_text

Line 4938: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_code : '|| g_req_line_detail_tbl_blk(p).limit_code

4934: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').updated_flag : '|| g_req_line_detail_tbl_blk(p).updated_flag
4935: );
4936: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').process_code : '|| g_req_line_detail_tbl_blk(p).process_code
4937: );
4938: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_code : '|| g_req_line_detail_tbl_blk(p).limit_code
4939: );
4940: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_text : '|| g_req_line_detail_tbl_blk(p).limit_text
4941: );
4942: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').formula_id : '|| g_req_line_detail_tbl_blk(p).formula_id

Line 4940: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_text : '|| g_req_line_detail_tbl_blk(p).limit_text

4936: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').process_code : '|| g_req_line_detail_tbl_blk(p).process_code
4937: );
4938: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_code : '|| g_req_line_detail_tbl_blk(p).limit_code
4939: );
4940: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_text : '|| g_req_line_detail_tbl_blk(p).limit_text
4941: );
4942: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').formula_id : '|| g_req_line_detail_tbl_blk(p).formula_id
4943: );
4944: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').calculation_code : '|| g_req_line_detail_tbl_blk(p).calculation_code

Line 4942: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').formula_id : '|| g_req_line_detail_tbl_blk(p).formula_id

4938: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_code : '|| g_req_line_detail_tbl_blk(p).limit_code
4939: );
4940: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_text : '|| g_req_line_detail_tbl_blk(p).limit_text
4941: );
4942: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').formula_id : '|| g_req_line_detail_tbl_blk(p).formula_id
4943: );
4944: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').calculation_code : '|| g_req_line_detail_tbl_blk(p).calculation_code
4945: );
4946: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_detail_tbl_blk(p).rounding_factor

Line 4944: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').calculation_code : '|| g_req_line_detail_tbl_blk(p).calculation_code

4940: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').limit_text : '|| g_req_line_detail_tbl_blk(p).limit_text
4941: );
4942: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').formula_id : '|| g_req_line_detail_tbl_blk(p).formula_id
4943: );
4944: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').calculation_code : '|| g_req_line_detail_tbl_blk(p).calculation_code
4945: );
4946: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_detail_tbl_blk(p).rounding_factor
4947: );
4948: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_detail_id : '|| g_req_line_detail_tbl_blk(p).currency_detail_id

Line 4946: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_detail_tbl_blk(p).rounding_factor

4942: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').formula_id : '|| g_req_line_detail_tbl_blk(p).formula_id
4943: );
4944: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').calculation_code : '|| g_req_line_detail_tbl_blk(p).calculation_code
4945: );
4946: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_detail_tbl_blk(p).rounding_factor
4947: );
4948: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_detail_id : '|| g_req_line_detail_tbl_blk(p).currency_detail_id
4949: );
4950: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_header_id : '|| g_req_line_detail_tbl_blk(p).currency_header_id

Line 4948: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_detail_id : '|| g_req_line_detail_tbl_blk(p).currency_detail_id

4944: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').calculation_code : '|| g_req_line_detail_tbl_blk(p).calculation_code
4945: );
4946: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_detail_tbl_blk(p).rounding_factor
4947: );
4948: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_detail_id : '|| g_req_line_detail_tbl_blk(p).currency_detail_id
4949: );
4950: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_header_id : '|| g_req_line_detail_tbl_blk(p).currency_header_id
4951: );
4952: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').selling_rounding_factor : '|| g_req_line_detail_tbl_blk(p).selling_rounding_factor

Line 4950: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_header_id : '|| g_req_line_detail_tbl_blk(p).currency_header_id

4946: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').rounding_factor : '|| g_req_line_detail_tbl_blk(p).rounding_factor
4947: );
4948: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_detail_id : '|| g_req_line_detail_tbl_blk(p).currency_detail_id
4949: );
4950: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_header_id : '|| g_req_line_detail_tbl_blk(p).currency_header_id
4951: );
4952: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').selling_rounding_factor : '|| g_req_line_detail_tbl_blk(p).selling_rounding_factor
4953: );
4954: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').order_currency : '|| g_req_line_detail_tbl_blk(p).order_currency

Line 4952: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').selling_rounding_factor : '|| g_req_line_detail_tbl_blk(p).selling_rounding_factor

4948: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_detail_id : '|| g_req_line_detail_tbl_blk(p).currency_detail_id
4949: );
4950: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_header_id : '|| g_req_line_detail_tbl_blk(p).currency_header_id
4951: );
4952: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').selling_rounding_factor : '|| g_req_line_detail_tbl_blk(p).selling_rounding_factor
4953: );
4954: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').order_currency : '|| g_req_line_detail_tbl_blk(p).order_currency
4955: );
4956: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_detail_tbl_blk(p).pricing_effective_date

Line 4954: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').order_currency : '|| g_req_line_detail_tbl_blk(p).order_currency

4950: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').currency_header_id : '|| g_req_line_detail_tbl_blk(p).currency_header_id
4951: );
4952: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').selling_rounding_factor : '|| g_req_line_detail_tbl_blk(p).selling_rounding_factor
4953: );
4954: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').order_currency : '|| g_req_line_detail_tbl_blk(p).order_currency
4955: );
4956: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_detail_tbl_blk(p).pricing_effective_date
4957: );
4958: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').base_currency_code : '|| g_req_line_detail_tbl_blk(p).base_currency_code

Line 4956: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_detail_tbl_blk(p).pricing_effective_date

4952: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').selling_rounding_factor : '|| g_req_line_detail_tbl_blk(p).selling_rounding_factor
4953: );
4954: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').order_currency : '|| g_req_line_detail_tbl_blk(p).order_currency
4955: );
4956: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_detail_tbl_blk(p).pricing_effective_date
4957: );
4958: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').base_currency_code : '|| g_req_line_detail_tbl_blk(p).base_currency_code
4959: );
4960: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_code : '|| g_req_line_detail_tbl_blk(p).change_reason_code

Line 4958: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').base_currency_code : '|| g_req_line_detail_tbl_blk(p).base_currency_code

4954: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').order_currency : '|| g_req_line_detail_tbl_blk(p).order_currency
4955: );
4956: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_detail_tbl_blk(p).pricing_effective_date
4957: );
4958: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').base_currency_code : '|| g_req_line_detail_tbl_blk(p).base_currency_code
4959: );
4960: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_code : '|| g_req_line_detail_tbl_blk(p).change_reason_code
4961: );
4962: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_text : '|| g_req_line_detail_tbl_blk(p).change_reason_text

Line 4960: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_code : '|| g_req_line_detail_tbl_blk(p).change_reason_code

4956: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').pricing_effective_date : '|| g_req_line_detail_tbl_blk(p).pricing_effective_date
4957: );
4958: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').base_currency_code : '|| g_req_line_detail_tbl_blk(p).base_currency_code
4959: );
4960: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_code : '|| g_req_line_detail_tbl_blk(p).change_reason_code
4961: );
4962: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_text : '|| g_req_line_detail_tbl_blk(p).change_reason_text
4963: );
4964: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_code : '|| g_req_line_detail_tbl_blk(p).break_uom_code

Line 4962: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_text : '|| g_req_line_detail_tbl_blk(p).change_reason_text

4958: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').base_currency_code : '|| g_req_line_detail_tbl_blk(p).base_currency_code
4959: );
4960: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_code : '|| g_req_line_detail_tbl_blk(p).change_reason_code
4961: );
4962: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_text : '|| g_req_line_detail_tbl_blk(p).change_reason_text
4963: );
4964: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_code : '|| g_req_line_detail_tbl_blk(p).break_uom_code
4965: );
4966: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_context : '|| g_req_line_detail_tbl_blk(p).break_uom_context

Line 4964: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_code : '|| g_req_line_detail_tbl_blk(p).break_uom_code

4960: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_code : '|| g_req_line_detail_tbl_blk(p).change_reason_code
4961: );
4962: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_text : '|| g_req_line_detail_tbl_blk(p).change_reason_text
4963: );
4964: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_code : '|| g_req_line_detail_tbl_blk(p).break_uom_code
4965: );
4966: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_context : '|| g_req_line_detail_tbl_blk(p).break_uom_context
4967: );
4968: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_attribute : '|| g_req_line_detail_tbl_blk(p).break_uom_attribute

Line 4966: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_context : '|| g_req_line_detail_tbl_blk(p).break_uom_context

4962: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').change_reason_text : '|| g_req_line_detail_tbl_blk(p).change_reason_text
4963: );
4964: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_code : '|| g_req_line_detail_tbl_blk(p).break_uom_code
4965: );
4966: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_context : '|| g_req_line_detail_tbl_blk(p).break_uom_context
4967: );
4968: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_attribute : '|| g_req_line_detail_tbl_blk(p).break_uom_attribute
4969: );
4970: exit when g_req_line_detail_tbl_blk.last = p;

Line 4968: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_attribute : '|| g_req_line_detail_tbl_blk(p).break_uom_attribute

4964: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_code : '|| g_req_line_detail_tbl_blk(p).break_uom_code
4965: );
4966: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_context : '|| g_req_line_detail_tbl_blk(p).break_uom_context
4967: );
4968: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_tbl_blk('|| p ||').break_uom_attribute : '|| g_req_line_detail_tbl_blk(p).break_uom_attribute
4969: );
4970: exit when g_req_line_detail_tbl_blk.last = p;
4971: p := g_req_line_detail_tbl_blk.next(p);
4972: end loop;

Line 4977: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4973: end if; -- g_req_line_detail_tbl_blk.count > 0
4974: --
4975: -- input parameter 6: g_req_line_detail_qual_tbl_blk
4976: --
4977: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4978: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 6: g_req_line_detail_qual_tbl_blk ******************');
4979: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk.count '|| g_req_line_detail_qual_tbl_blk.count
4980: );
4981: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 4978: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 6: g_req_line_detail_qual_tbl_blk ******************');

4974: --
4975: -- input parameter 6: g_req_line_detail_qual_tbl_blk
4976: --
4977: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4978: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 6: g_req_line_detail_qual_tbl_blk ******************');
4979: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk.count '|| g_req_line_detail_qual_tbl_blk.count
4980: );
4981: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4982:

Line 4979: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk.count '|| g_req_line_detail_qual_tbl_blk.count

4975: -- input parameter 6: g_req_line_detail_qual_tbl_blk
4976: --
4977: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4978: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 6: g_req_line_detail_qual_tbl_blk ******************');
4979: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk.count '|| g_req_line_detail_qual_tbl_blk.count
4980: );
4981: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4982:
4983: if g_req_line_detail_qual_tbl_blk.count > 0 then

Line 4981: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

4977: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4978: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 6: g_req_line_detail_qual_tbl_blk ******************');
4979: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk.count '|| g_req_line_detail_qual_tbl_blk.count
4980: );
4981: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
4982:
4983: if g_req_line_detail_qual_tbl_blk.count > 0 then
4984: p := g_req_line_detail_qual_tbl_blk.first;
4985: loop

Line 4986: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_qual_tbl_blk('|| p ||') *************'

4982:
4983: if g_req_line_detail_qual_tbl_blk.count > 0 then
4984: p := g_req_line_detail_qual_tbl_blk.first;
4985: loop
4986: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_qual_tbl_blk('|| p ||') *************'
4987: );
4988: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_qual_tbl_blk(p).line_detail_index
4989: );
4990: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_context

Line 4988: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_qual_tbl_blk(p).line_detail_index

4984: p := g_req_line_detail_qual_tbl_blk.first;
4985: loop
4986: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_qual_tbl_blk('|| p ||') *************'
4987: );
4988: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_qual_tbl_blk(p).line_detail_index
4989: );
4990: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_context
4991: );
4992: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attribute

Line 4990: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_context

4986: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_qual_tbl_blk('|| p ||') *************'
4987: );
4988: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_qual_tbl_blk(p).line_detail_index
4989: );
4990: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_context
4991: );
4992: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attribute
4993: );
4994: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_from

Line 4992: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attribute

4988: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_qual_tbl_blk(p).line_detail_index
4989: );
4990: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_context
4991: );
4992: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attribute
4993: );
4994: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_from
4995: );
4996: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_to

Line 4994: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_from

4990: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_context : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_context
4991: );
4992: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attribute
4993: );
4994: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_from
4995: );
4996: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_to
4997: );
4998: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_line_detail_qual_tbl_blk(p).comparison_operator_code

Line 4996: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_to

4992: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attribute : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attribute
4993: );
4994: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_from
4995: );
4996: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_to
4997: );
4998: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_line_detail_qual_tbl_blk(p).comparison_operator_code
4999: );
5000: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_qual_tbl_blk(p).validated_flag

Line 4998: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_line_detail_qual_tbl_blk(p).comparison_operator_code

4994: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_from : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_from
4995: );
4996: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_to
4997: );
4998: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_line_detail_qual_tbl_blk(p).comparison_operator_code
4999: );
5000: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_qual_tbl_blk(p).validated_flag
5001: );
5002: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_qual_tbl_blk(p).status_code

Line 5000: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_qual_tbl_blk(p).validated_flag

4996: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').qualifier_attr_value_to : '|| g_req_line_detail_qual_tbl_blk(p).qualifier_attr_value_to
4997: );
4998: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_line_detail_qual_tbl_blk(p).comparison_operator_code
4999: );
5000: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_qual_tbl_blk(p).validated_flag
5001: );
5002: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_qual_tbl_blk(p).status_code
5003: );
5004: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_qual_tbl_blk(p).status_text

Line 5002: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_qual_tbl_blk(p).status_code

4998: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').comparison_operator_code : '|| g_req_line_detail_qual_tbl_blk(p).comparison_operator_code
4999: );
5000: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_qual_tbl_blk(p).validated_flag
5001: );
5002: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_qual_tbl_blk(p).status_code
5003: );
5004: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_qual_tbl_blk(p).status_text
5005: );
5006: exit when g_req_line_detail_qual_tbl_blk.last = p;

Line 5004: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_qual_tbl_blk(p).status_text

5000: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_qual_tbl_blk(p).validated_flag
5001: );
5002: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_qual_tbl_blk(p).status_code
5003: );
5004: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_qual_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_qual_tbl_blk(p).status_text
5005: );
5006: exit when g_req_line_detail_qual_tbl_blk.last = p;
5007: p := g_req_line_detail_qual_tbl_blk.next(p);
5008: end loop;

Line 5013: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5009: end if; -- g_req_line_detail_qual_tbl_blk.count > 0
5010: --
5011: -- input parameter 7: g_req_line_detail_attr_tbl_blk
5012: --
5013: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5014: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 7: g_req_line_detail_attr_tbl_blk ******************');
5015: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk.count '|| g_req_line_detail_attr_tbl_blk.count
5016: );
5017: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5014: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 7: g_req_line_detail_attr_tbl_blk ******************');

5010: --
5011: -- input parameter 7: g_req_line_detail_attr_tbl_blk
5012: --
5013: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5014: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 7: g_req_line_detail_attr_tbl_blk ******************');
5015: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk.count '|| g_req_line_detail_attr_tbl_blk.count
5016: );
5017: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5018:

Line 5015: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk.count '|| g_req_line_detail_attr_tbl_blk.count

5011: -- input parameter 7: g_req_line_detail_attr_tbl_blk
5012: --
5013: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5014: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 7: g_req_line_detail_attr_tbl_blk ******************');
5015: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk.count '|| g_req_line_detail_attr_tbl_blk.count
5016: );
5017: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5018:
5019: if g_req_line_detail_attr_tbl_blk.count > 0 then

Line 5017: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5013: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5014: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 7: g_req_line_detail_attr_tbl_blk ******************');
5015: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk.count '|| g_req_line_detail_attr_tbl_blk.count
5016: );
5017: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5018:
5019: if g_req_line_detail_attr_tbl_blk.count > 0 then
5020: p := g_req_line_detail_attr_tbl_blk.first;
5021: loop

Line 5022: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_attr_tbl_blk('|| p ||') *************'

5018:
5019: if g_req_line_detail_attr_tbl_blk.count > 0 then
5020: p := g_req_line_detail_attr_tbl_blk.first;
5021: loop
5022: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_attr_tbl_blk('|| p ||') *************'
5023: );
5024: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_attr_tbl_blk(p).line_detail_index
5025: );
5026: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_attr_tbl_blk(p).line_index

Line 5024: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_attr_tbl_blk(p).line_detail_index

5020: p := g_req_line_detail_attr_tbl_blk.first;
5021: loop
5022: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_attr_tbl_blk('|| p ||') *************'
5023: );
5024: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_attr_tbl_blk(p).line_detail_index
5025: );
5026: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_attr_tbl_blk(p).line_index
5027: );
5028: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_detail_attr_tbl_blk(p).pricing_context

Line 5026: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_attr_tbl_blk(p).line_index

5022: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_line_detail_attr_tbl_blk('|| p ||') *************'
5023: );
5024: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_attr_tbl_blk(p).line_detail_index
5025: );
5026: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_attr_tbl_blk(p).line_index
5027: );
5028: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_detail_attr_tbl_blk(p).pricing_context
5029: );
5030: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attribute

Line 5028: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_detail_attr_tbl_blk(p).pricing_context

5024: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_detail_index : '|| g_req_line_detail_attr_tbl_blk(p).line_detail_index
5025: );
5026: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_attr_tbl_blk(p).line_index
5027: );
5028: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_detail_attr_tbl_blk(p).pricing_context
5029: );
5030: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attribute
5031: );
5032: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_from

Line 5030: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attribute

5026: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').line_index : '|| g_req_line_detail_attr_tbl_blk(p).line_index
5027: );
5028: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_detail_attr_tbl_blk(p).pricing_context
5029: );
5030: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attribute
5031: );
5032: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_from
5033: );
5034: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_to

Line 5032: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_from

5028: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_context : '|| g_req_line_detail_attr_tbl_blk(p).pricing_context
5029: );
5030: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attribute
5031: );
5032: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_from
5033: );
5034: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_to
5035: );
5036: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_attr_tbl_blk(p).validated_flag

Line 5034: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_to

5030: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attribute : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attribute
5031: );
5032: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_from
5033: );
5034: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_to
5035: );
5036: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_attr_tbl_blk(p).validated_flag
5037: );
5038: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_attr_tbl_blk(p).status_code

Line 5036: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_attr_tbl_blk(p).validated_flag

5032: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_from : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_from
5033: );
5034: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_to
5035: );
5036: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_attr_tbl_blk(p).validated_flag
5037: );
5038: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_attr_tbl_blk(p).status_code
5039: );
5040: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_attr_tbl_blk(p).status_text

Line 5038: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_attr_tbl_blk(p).status_code

5034: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').pricing_attr_value_to : '|| g_req_line_detail_attr_tbl_blk(p).pricing_attr_value_to
5035: );
5036: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_attr_tbl_blk(p).validated_flag
5037: );
5038: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_attr_tbl_blk(p).status_code
5039: );
5040: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_attr_tbl_blk(p).status_text
5041: );
5042: exit when g_req_line_detail_attr_tbl_blk.last = p;

Line 5040: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_attr_tbl_blk(p).status_text

5036: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').validated_flag : '|| g_req_line_detail_attr_tbl_blk(p).validated_flag
5037: );
5038: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_code : '|| g_req_line_detail_attr_tbl_blk(p).status_code
5039: );
5040: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_line_detail_attr_tbl_blk('|| p ||').status_text : '|| g_req_line_detail_attr_tbl_blk(p).status_text
5041: );
5042: exit when g_req_line_detail_attr_tbl_blk.last = p;
5043: p := g_req_line_detail_attr_tbl_blk.next(p);
5044: end loop;

Line 5050: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5046:
5047: --
5048: -- input parameter 8: g_req_related_lines_tbl_blk
5049: --
5050: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5051: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 8: g_req_related_lines_tbl_blk ******************');
5052: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk.count '|| g_req_related_lines_tbl_blk.count
5053: );
5054: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5051: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 8: g_req_related_lines_tbl_blk ******************');

5047: --
5048: -- input parameter 8: g_req_related_lines_tbl_blk
5049: --
5050: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5051: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 8: g_req_related_lines_tbl_blk ******************');
5052: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk.count '|| g_req_related_lines_tbl_blk.count
5053: );
5054: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5055:

Line 5052: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk.count '|| g_req_related_lines_tbl_blk.count

5048: -- input parameter 8: g_req_related_lines_tbl_blk
5049: --
5050: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5051: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 8: g_req_related_lines_tbl_blk ******************');
5052: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk.count '|| g_req_related_lines_tbl_blk.count
5053: );
5054: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5055:
5056: if g_req_related_lines_tbl_blk.count > 0 then

Line 5054: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5050: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5051: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** input parameter 8: g_req_related_lines_tbl_blk ******************');
5052: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk.count '|| g_req_related_lines_tbl_blk.count
5053: );
5054: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5055:
5056: if g_req_related_lines_tbl_blk.count > 0 then
5057: p := g_req_related_lines_tbl_blk.first;
5058: loop

Line 5059: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_related_lines_tbl_blk('|| p ||') *************'

5055:
5056: if g_req_related_lines_tbl_blk.count > 0 then
5057: p := g_req_related_lines_tbl_blk.first;
5058: loop
5059: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_related_lines_tbl_blk('|| p ||') *************'
5060: );
5061: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_index : '|| g_req_related_lines_tbl_blk(p).line_index
5062: );
5063: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_detail_index : '|| g_req_related_lines_tbl_blk(p).line_detail_index

Line 5061: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_index : '|| g_req_related_lines_tbl_blk(p).line_index

5057: p := g_req_related_lines_tbl_blk.first;
5058: loop
5059: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_related_lines_tbl_blk('|| p ||') *************'
5060: );
5061: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_index : '|| g_req_related_lines_tbl_blk(p).line_index
5062: );
5063: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_detail_index : '|| g_req_related_lines_tbl_blk(p).line_detail_index
5064: );
5065: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').relationship_type_code : '|| g_req_related_lines_tbl_blk(p).relationship_type_code

Line 5063: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_detail_index : '|| g_req_related_lines_tbl_blk(p).line_detail_index

5059: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter g_req_related_lines_tbl_blk('|| p ||') *************'
5060: );
5061: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_index : '|| g_req_related_lines_tbl_blk(p).line_index
5062: );
5063: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_detail_index : '|| g_req_related_lines_tbl_blk(p).line_detail_index
5064: );
5065: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').relationship_type_code : '|| g_req_related_lines_tbl_blk(p).relationship_type_code
5066: );
5067: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_index : '|| g_req_related_lines_tbl_blk(p).related_line_index

Line 5065: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').relationship_type_code : '|| g_req_related_lines_tbl_blk(p).relationship_type_code

5061: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_index : '|| g_req_related_lines_tbl_blk(p).line_index
5062: );
5063: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_detail_index : '|| g_req_related_lines_tbl_blk(p).line_detail_index
5064: );
5065: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').relationship_type_code : '|| g_req_related_lines_tbl_blk(p).relationship_type_code
5066: );
5067: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_index : '|| g_req_related_lines_tbl_blk(p).related_line_index
5068: );
5069: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_detail_index : '|| g_req_related_lines_tbl_blk(p).related_line_detail_index

Line 5067: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_index : '|| g_req_related_lines_tbl_blk(p).related_line_index

5063: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').line_detail_index : '|| g_req_related_lines_tbl_blk(p).line_detail_index
5064: );
5065: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').relationship_type_code : '|| g_req_related_lines_tbl_blk(p).relationship_type_code
5066: );
5067: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_index : '|| g_req_related_lines_tbl_blk(p).related_line_index
5068: );
5069: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_detail_index : '|| g_req_related_lines_tbl_blk(p).related_line_detail_index
5070: );
5071: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_code : '|| g_req_related_lines_tbl_blk(p).status_code

Line 5069: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_detail_index : '|| g_req_related_lines_tbl_blk(p).related_line_detail_index

5065: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').relationship_type_code : '|| g_req_related_lines_tbl_blk(p).relationship_type_code
5066: );
5067: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_index : '|| g_req_related_lines_tbl_blk(p).related_line_index
5068: );
5069: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_detail_index : '|| g_req_related_lines_tbl_blk(p).related_line_detail_index
5070: );
5071: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_code : '|| g_req_related_lines_tbl_blk(p).status_code
5072: );
5073: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_text : '|| g_req_related_lines_tbl_blk(p).status_text

Line 5071: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_code : '|| g_req_related_lines_tbl_blk(p).status_code

5067: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_index : '|| g_req_related_lines_tbl_blk(p).related_line_index
5068: );
5069: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_detail_index : '|| g_req_related_lines_tbl_blk(p).related_line_detail_index
5070: );
5071: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_code : '|| g_req_related_lines_tbl_blk(p).status_code
5072: );
5073: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_text : '|| g_req_related_lines_tbl_blk(p).status_text
5074: );
5075: exit when g_req_related_lines_tbl_blk.last = p;

Line 5073: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_text : '|| g_req_related_lines_tbl_blk(p).status_text

5069: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').related_line_detail_index : '|| g_req_related_lines_tbl_blk(p).related_line_detail_index
5070: );
5071: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_code : '|| g_req_related_lines_tbl_blk(p).status_code
5072: );
5073: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: g_req_related_lines_tbl_blk('|| p ||').status_text : '|| g_req_related_lines_tbl_blk(p).status_text
5074: );
5075: exit when g_req_related_lines_tbl_blk.last = p;
5076: p := g_req_related_lines_tbl_blk.next(p);
5077: end loop;

Line 5083: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

5079:
5080: end if; -- skekkar end added debug statements to print all the parameters bug 5069673
5081:
5082:
5083: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
5084: then
5085:
5086: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5087: '19014: qp_preq_pub.price_request start time : '||to_char(sysdate,'dd-mon-yyyy hh24:mi:ssss')

Line 5086: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,

5082:
5083: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
5084: then
5085:
5086: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5087: '19014: qp_preq_pub.price_request start time : '||to_char(sysdate,'dd-mon-yyyy hh24:mi:ssss')
5088: );
5089:
5090: end if;

Line 5114: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

5110: x_return_status => lx_return_status,
5111: x_return_status_text => lx_return_status_text
5112: );
5113:
5114: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
5115: then
5116: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5117: '19014: **** after calling qp_preq_pub.price_request ***** status : '||lx_return_status
5118: );

Line 5116: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,

5112: );
5113:
5114: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
5115: then
5116: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5117: '19014: **** after calling qp_preq_pub.price_request ***** status : '||lx_return_status
5118: );
5119: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5120: '19014: qp_preq_pub.price_request end time : '||to_char(sysdate,'dd-mon-yyyy hh24:mi:ssss')

Line 5119: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,

5115: then
5116: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5117: '19014: **** after calling qp_preq_pub.price_request ***** status : '||lx_return_status
5118: );
5119: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5120: '19014: qp_preq_pub.price_request end time : '||to_char(sysdate,'dd-mon-yyyy hh24:mi:ssss')
5121: );
5122:
5123: fnd_log.string (fnd_log.level_procedure,

Line 5123: fnd_log.string (fnd_log.level_procedure,

5119: fnd_log.string (fnd_log.level_procedure,g_module ||l_api_name,
5120: '19014: qp_preq_pub.price_request end time : '||to_char(sysdate,'dd-mon-yyyy hh24:mi:ssss')
5121: );
5122:
5123: fnd_log.string (fnd_log.level_procedure,
5124: g_module ||
5125: l_api_name,
5126: '19014:*** after qp call status **** ' ||
5127: lx_return_status

Line 5129: fnd_log.string (fnd_log.level_procedure,

5125: l_api_name,
5126: '19014:*** after qp call status **** ' ||
5127: lx_return_status
5128: );
5129: fnd_log.string (fnd_log.level_procedure,
5130: g_module ||
5131: l_api_name,
5132: '19014:*** after qp call status text **** ' ||
5133: lx_return_status_text

Line 5138: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then

5134: );
5135: end if;
5136:
5137:
5138: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
5139: --
5140: -- output parameter 1: gx_req_line_tbl
5141: --
5142: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5142: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5138: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
5139: --
5140: -- output parameter 1: gx_req_line_tbl
5141: --
5142: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5143: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl.count '|| gx_req_line_tbl.count
5144: );
5145: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5146: if gx_req_line_tbl.count > 0 then

Line 5143: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl.count '|| gx_req_line_tbl.count

5139: --
5140: -- output parameter 1: gx_req_line_tbl
5141: --
5142: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5143: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl.count '|| gx_req_line_tbl.count
5144: );
5145: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5146: if gx_req_line_tbl.count > 0 then
5147: p := gx_req_line_tbl.first;

Line 5145: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5141: --
5142: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5143: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl.count '|| gx_req_line_tbl.count
5144: );
5145: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5146: if gx_req_line_tbl.count > 0 then
5147: p := gx_req_line_tbl.first;
5148: loop
5149: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_tbl('|| p ||') *************'

Line 5149: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_tbl('|| p ||') *************'

5145: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5146: if gx_req_line_tbl.count > 0 then
5147: p := gx_req_line_tbl.first;
5148: loop
5149: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_tbl('|| p ||') *************'
5150: );
5151: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').request_type_code : '|| gx_req_line_tbl(p).request_type_code
5152: );
5153: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_event : '|| gx_req_line_tbl(p).pricing_event

Line 5151: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').request_type_code : '|| gx_req_line_tbl(p).request_type_code

5147: p := gx_req_line_tbl.first;
5148: loop
5149: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_tbl('|| p ||') *************'
5150: );
5151: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').request_type_code : '|| gx_req_line_tbl(p).request_type_code
5152: );
5153: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_event : '|| gx_req_line_tbl(p).pricing_event
5154: );
5155: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').header_id : '|| gx_req_line_tbl(p).header_id

Line 5153: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_event : '|| gx_req_line_tbl(p).pricing_event

5149: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_tbl('|| p ||') *************'
5150: );
5151: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').request_type_code : '|| gx_req_line_tbl(p).request_type_code
5152: );
5153: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_event : '|| gx_req_line_tbl(p).pricing_event
5154: );
5155: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').header_id : '|| gx_req_line_tbl(p).header_id
5156: );
5157: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_index : '|| gx_req_line_tbl(p).line_index

Line 5155: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').header_id : '|| gx_req_line_tbl(p).header_id

5151: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').request_type_code : '|| gx_req_line_tbl(p).request_type_code
5152: );
5153: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_event : '|| gx_req_line_tbl(p).pricing_event
5154: );
5155: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').header_id : '|| gx_req_line_tbl(p).header_id
5156: );
5157: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_index : '|| gx_req_line_tbl(p).line_index
5158: );
5159: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_id : '|| gx_req_line_tbl(p).line_id

Line 5157: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_index : '|| gx_req_line_tbl(p).line_index

5153: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_event : '|| gx_req_line_tbl(p).pricing_event
5154: );
5155: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').header_id : '|| gx_req_line_tbl(p).header_id
5156: );
5157: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_index : '|| gx_req_line_tbl(p).line_index
5158: );
5159: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_id : '|| gx_req_line_tbl(p).line_id
5160: );
5161: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_type_code : '|| gx_req_line_tbl(p).line_type_code

Line 5159: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_id : '|| gx_req_line_tbl(p).line_id

5155: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').header_id : '|| gx_req_line_tbl(p).header_id
5156: );
5157: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_index : '|| gx_req_line_tbl(p).line_index
5158: );
5159: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_id : '|| gx_req_line_tbl(p).line_id
5160: );
5161: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_type_code : '|| gx_req_line_tbl(p).line_type_code
5162: );
5163: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_tbl(p).pricing_effective_date

Line 5161: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_type_code : '|| gx_req_line_tbl(p).line_type_code

5157: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_index : '|| gx_req_line_tbl(p).line_index
5158: );
5159: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_id : '|| gx_req_line_tbl(p).line_id
5160: );
5161: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_type_code : '|| gx_req_line_tbl(p).line_type_code
5162: );
5163: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_tbl(p).pricing_effective_date
5164: );
5165: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first : '|| gx_req_line_tbl(p).active_date_first

Line 5163: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_tbl(p).pricing_effective_date

5159: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_id : '|| gx_req_line_tbl(p).line_id
5160: );
5161: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_type_code : '|| gx_req_line_tbl(p).line_type_code
5162: );
5163: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_tbl(p).pricing_effective_date
5164: );
5165: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first : '|| gx_req_line_tbl(p).active_date_first
5166: );
5167: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type

Line 5165: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first : '|| gx_req_line_tbl(p).active_date_first

5161: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_type_code : '|| gx_req_line_tbl(p).line_type_code
5162: );
5163: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_tbl(p).pricing_effective_date
5164: );
5165: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first : '|| gx_req_line_tbl(p).active_date_first
5166: );
5167: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5168: );
5169: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second

Line 5167: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type

5163: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_tbl(p).pricing_effective_date
5164: );
5165: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first : '|| gx_req_line_tbl(p).active_date_first
5166: );
5167: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5168: );
5169: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5170: );
5171: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type

Line 5169: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second

5165: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first : '|| gx_req_line_tbl(p).active_date_first
5166: );
5167: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5168: );
5169: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5170: );
5171: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5172: );
5173: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second

Line 5171: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type

5167: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5168: );
5169: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5170: );
5171: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5172: );
5173: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5174: );
5175: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second_type : '|| gx_req_line_tbl(p).active_date_second_type

Line 5173: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second

5169: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5170: );
5171: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5172: );
5173: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5174: );
5175: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second_type : '|| gx_req_line_tbl(p).active_date_second_type
5176: );
5177: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_quantity : '|| gx_req_line_tbl(p).line_quantity

Line 5175: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second_type : '|| gx_req_line_tbl(p).active_date_second_type

5171: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_first_type : '|| gx_req_line_tbl(p).active_date_first_type
5172: );
5173: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5174: );
5175: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second_type : '|| gx_req_line_tbl(p).active_date_second_type
5176: );
5177: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_quantity : '|| gx_req_line_tbl(p).line_quantity
5178: );
5179: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_uom_code : '|| gx_req_line_tbl(p).line_uom_code

Line 5177: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_quantity : '|| gx_req_line_tbl(p).line_quantity

5173: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second : '|| gx_req_line_tbl(p).active_date_second
5174: );
5175: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second_type : '|| gx_req_line_tbl(p).active_date_second_type
5176: );
5177: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_quantity : '|| gx_req_line_tbl(p).line_quantity
5178: );
5179: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_uom_code : '|| gx_req_line_tbl(p).line_uom_code
5180: );
5181: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').uom_quantity : '|| gx_req_line_tbl(p).uom_quantity

Line 5179: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_uom_code : '|| gx_req_line_tbl(p).line_uom_code

5175: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').active_date_second_type : '|| gx_req_line_tbl(p).active_date_second_type
5176: );
5177: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_quantity : '|| gx_req_line_tbl(p).line_quantity
5178: );
5179: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_uom_code : '|| gx_req_line_tbl(p).line_uom_code
5180: );
5181: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').uom_quantity : '|| gx_req_line_tbl(p).uom_quantity
5182: );
5183: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_quantity : '|| gx_req_line_tbl(p).priced_quantity

Line 5181: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').uom_quantity : '|| gx_req_line_tbl(p).uom_quantity

5177: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_quantity : '|| gx_req_line_tbl(p).line_quantity
5178: );
5179: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_uom_code : '|| gx_req_line_tbl(p).line_uom_code
5180: );
5181: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').uom_quantity : '|| gx_req_line_tbl(p).uom_quantity
5182: );
5183: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_quantity : '|| gx_req_line_tbl(p).priced_quantity
5184: );
5185: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_uom_code : '|| gx_req_line_tbl(p).priced_uom_code

Line 5183: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_quantity : '|| gx_req_line_tbl(p).priced_quantity

5179: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_uom_code : '|| gx_req_line_tbl(p).line_uom_code
5180: );
5181: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').uom_quantity : '|| gx_req_line_tbl(p).uom_quantity
5182: );
5183: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_quantity : '|| gx_req_line_tbl(p).priced_quantity
5184: );
5185: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_uom_code : '|| gx_req_line_tbl(p).priced_uom_code
5186: );
5187: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').currency_code : '|| gx_req_line_tbl(p).currency_code

Line 5185: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_uom_code : '|| gx_req_line_tbl(p).priced_uom_code

5181: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').uom_quantity : '|| gx_req_line_tbl(p).uom_quantity
5182: );
5183: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_quantity : '|| gx_req_line_tbl(p).priced_quantity
5184: );
5185: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_uom_code : '|| gx_req_line_tbl(p).priced_uom_code
5186: );
5187: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').currency_code : '|| gx_req_line_tbl(p).currency_code
5188: );
5189: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').unit_price : '|| gx_req_line_tbl(p).unit_price

Line 5187: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').currency_code : '|| gx_req_line_tbl(p).currency_code

5183: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_quantity : '|| gx_req_line_tbl(p).priced_quantity
5184: );
5185: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_uom_code : '|| gx_req_line_tbl(p).priced_uom_code
5186: );
5187: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').currency_code : '|| gx_req_line_tbl(p).currency_code
5188: );
5189: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').unit_price : '|| gx_req_line_tbl(p).unit_price
5190: );
5191: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').percent_price : '|| gx_req_line_tbl(p).percent_price

Line 5189: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').unit_price : '|| gx_req_line_tbl(p).unit_price

5185: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').priced_uom_code : '|| gx_req_line_tbl(p).priced_uom_code
5186: );
5187: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').currency_code : '|| gx_req_line_tbl(p).currency_code
5188: );
5189: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').unit_price : '|| gx_req_line_tbl(p).unit_price
5190: );
5191: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').percent_price : '|| gx_req_line_tbl(p).percent_price
5192: );
5193: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').adjusted_unit_price : '|| gx_req_line_tbl(p).adjusted_unit_price

Line 5191: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').percent_price : '|| gx_req_line_tbl(p).percent_price

5187: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').currency_code : '|| gx_req_line_tbl(p).currency_code
5188: );
5189: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').unit_price : '|| gx_req_line_tbl(p).unit_price
5190: );
5191: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').percent_price : '|| gx_req_line_tbl(p).percent_price
5192: );
5193: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').adjusted_unit_price : '|| gx_req_line_tbl(p).adjusted_unit_price
5194: );
5195: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').updated_adjusted_unit_price : '|| gx_req_line_tbl(p).updated_adjusted_unit_price

Line 5193: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').adjusted_unit_price : '|| gx_req_line_tbl(p).adjusted_unit_price

5189: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').unit_price : '|| gx_req_line_tbl(p).unit_price
5190: );
5191: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').percent_price : '|| gx_req_line_tbl(p).percent_price
5192: );
5193: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').adjusted_unit_price : '|| gx_req_line_tbl(p).adjusted_unit_price
5194: );
5195: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').updated_adjusted_unit_price : '|| gx_req_line_tbl(p).updated_adjusted_unit_price
5196: );
5197: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_price : '|| gx_req_line_tbl(p).parent_price

Line 5195: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').updated_adjusted_unit_price : '|| gx_req_line_tbl(p).updated_adjusted_unit_price

5191: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').percent_price : '|| gx_req_line_tbl(p).percent_price
5192: );
5193: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').adjusted_unit_price : '|| gx_req_line_tbl(p).adjusted_unit_price
5194: );
5195: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').updated_adjusted_unit_price : '|| gx_req_line_tbl(p).updated_adjusted_unit_price
5196: );
5197: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_price : '|| gx_req_line_tbl(p).parent_price
5198: );
5199: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_quantity : '|| gx_req_line_tbl(p).parent_quantity

Line 5197: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_price : '|| gx_req_line_tbl(p).parent_price

5193: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').adjusted_unit_price : '|| gx_req_line_tbl(p).adjusted_unit_price
5194: );
5195: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').updated_adjusted_unit_price : '|| gx_req_line_tbl(p).updated_adjusted_unit_price
5196: );
5197: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_price : '|| gx_req_line_tbl(p).parent_price
5198: );
5199: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_quantity : '|| gx_req_line_tbl(p).parent_quantity
5200: );
5201: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').rounding_factor : '|| gx_req_line_tbl(p).rounding_factor

Line 5199: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_quantity : '|| gx_req_line_tbl(p).parent_quantity

5195: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').updated_adjusted_unit_price : '|| gx_req_line_tbl(p).updated_adjusted_unit_price
5196: );
5197: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_price : '|| gx_req_line_tbl(p).parent_price
5198: );
5199: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_quantity : '|| gx_req_line_tbl(p).parent_quantity
5200: );
5201: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').rounding_factor : '|| gx_req_line_tbl(p).rounding_factor
5202: );
5203: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_uom_code : '|| gx_req_line_tbl(p).parent_uom_code

Line 5201: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').rounding_factor : '|| gx_req_line_tbl(p).rounding_factor

5197: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_price : '|| gx_req_line_tbl(p).parent_price
5198: );
5199: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_quantity : '|| gx_req_line_tbl(p).parent_quantity
5200: );
5201: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').rounding_factor : '|| gx_req_line_tbl(p).rounding_factor
5202: );
5203: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_uom_code : '|| gx_req_line_tbl(p).parent_uom_code
5204: );
5205: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_tbl(p).pricing_phase_id

Line 5203: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_uom_code : '|| gx_req_line_tbl(p).parent_uom_code

5199: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_quantity : '|| gx_req_line_tbl(p).parent_quantity
5200: );
5201: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').rounding_factor : '|| gx_req_line_tbl(p).rounding_factor
5202: );
5203: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_uom_code : '|| gx_req_line_tbl(p).parent_uom_code
5204: );
5205: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_tbl(p).pricing_phase_id
5206: );
5207: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_flag : '|| gx_req_line_tbl(p).price_flag

Line 5205: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_tbl(p).pricing_phase_id

5201: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').rounding_factor : '|| gx_req_line_tbl(p).rounding_factor
5202: );
5203: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_uom_code : '|| gx_req_line_tbl(p).parent_uom_code
5204: );
5205: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_tbl(p).pricing_phase_id
5206: );
5207: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_flag : '|| gx_req_line_tbl(p).price_flag
5208: );
5209: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').processed_code : '|| gx_req_line_tbl(p).processed_code

Line 5207: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_flag : '|| gx_req_line_tbl(p).price_flag

5203: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').parent_uom_code : '|| gx_req_line_tbl(p).parent_uom_code
5204: );
5205: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_tbl(p).pricing_phase_id
5206: );
5207: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_flag : '|| gx_req_line_tbl(p).price_flag
5208: );
5209: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').processed_code : '|| gx_req_line_tbl(p).processed_code
5210: );
5211: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_request_code : '|| gx_req_line_tbl(p).price_request_code

Line 5209: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').processed_code : '|| gx_req_line_tbl(p).processed_code

5205: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_tbl(p).pricing_phase_id
5206: );
5207: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_flag : '|| gx_req_line_tbl(p).price_flag
5208: );
5209: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').processed_code : '|| gx_req_line_tbl(p).processed_code
5210: );
5211: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_request_code : '|| gx_req_line_tbl(p).price_request_code
5212: );
5213: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_code : '|| gx_req_line_tbl(p).hold_code

Line 5211: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_request_code : '|| gx_req_line_tbl(p).price_request_code

5207: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_flag : '|| gx_req_line_tbl(p).price_flag
5208: );
5209: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').processed_code : '|| gx_req_line_tbl(p).processed_code
5210: );
5211: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_request_code : '|| gx_req_line_tbl(p).price_request_code
5212: );
5213: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_code : '|| gx_req_line_tbl(p).hold_code
5214: );
5215: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_text : '|| gx_req_line_tbl(p).hold_text

Line 5213: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_code : '|| gx_req_line_tbl(p).hold_code

5209: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').processed_code : '|| gx_req_line_tbl(p).processed_code
5210: );
5211: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_request_code : '|| gx_req_line_tbl(p).price_request_code
5212: );
5213: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_code : '|| gx_req_line_tbl(p).hold_code
5214: );
5215: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_text : '|| gx_req_line_tbl(p).hold_text
5216: );
5217: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_code : '|| gx_req_line_tbl(p).status_code

Line 5215: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_text : '|| gx_req_line_tbl(p).hold_text

5211: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').price_request_code : '|| gx_req_line_tbl(p).price_request_code
5212: );
5213: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_code : '|| gx_req_line_tbl(p).hold_code
5214: );
5215: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_text : '|| gx_req_line_tbl(p).hold_text
5216: );
5217: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_code : '|| gx_req_line_tbl(p).status_code
5218: );
5219: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_text : '|| gx_req_line_tbl(p).status_text

Line 5217: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_code : '|| gx_req_line_tbl(p).status_code

5213: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_code : '|| gx_req_line_tbl(p).hold_code
5214: );
5215: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_text : '|| gx_req_line_tbl(p).hold_text
5216: );
5217: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_code : '|| gx_req_line_tbl(p).status_code
5218: );
5219: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_text : '|| gx_req_line_tbl(p).status_text
5220: );
5221: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').usage_pricing_type : '|| gx_req_line_tbl(p).usage_pricing_type

Line 5219: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_text : '|| gx_req_line_tbl(p).status_text

5215: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').hold_text : '|| gx_req_line_tbl(p).hold_text
5216: );
5217: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_code : '|| gx_req_line_tbl(p).status_code
5218: );
5219: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_text : '|| gx_req_line_tbl(p).status_text
5220: );
5221: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').usage_pricing_type : '|| gx_req_line_tbl(p).usage_pricing_type
5222: );
5223: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_category : '|| gx_req_line_tbl(p).line_category

Line 5221: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').usage_pricing_type : '|| gx_req_line_tbl(p).usage_pricing_type

5217: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_code : '|| gx_req_line_tbl(p).status_code
5218: );
5219: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_text : '|| gx_req_line_tbl(p).status_text
5220: );
5221: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').usage_pricing_type : '|| gx_req_line_tbl(p).usage_pricing_type
5222: );
5223: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_category : '|| gx_req_line_tbl(p).line_category
5224: );
5225: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_start_date : '|| gx_req_line_tbl(p).contract_start_date

Line 5223: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_category : '|| gx_req_line_tbl(p).line_category

5219: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').status_text : '|| gx_req_line_tbl(p).status_text
5220: );
5221: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').usage_pricing_type : '|| gx_req_line_tbl(p).usage_pricing_type
5222: );
5223: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_category : '|| gx_req_line_tbl(p).line_category
5224: );
5225: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_start_date : '|| gx_req_line_tbl(p).contract_start_date
5226: );
5227: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_end_date : '|| gx_req_line_tbl(p).contract_end_date

Line 5225: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_start_date : '|| gx_req_line_tbl(p).contract_start_date

5221: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').usage_pricing_type : '|| gx_req_line_tbl(p).usage_pricing_type
5222: );
5223: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_category : '|| gx_req_line_tbl(p).line_category
5224: );
5225: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_start_date : '|| gx_req_line_tbl(p).contract_start_date
5226: );
5227: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_end_date : '|| gx_req_line_tbl(p).contract_end_date
5228: );
5229: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_unit_price : '|| gx_req_line_tbl(p).line_unit_price

Line 5227: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_end_date : '|| gx_req_line_tbl(p).contract_end_date

5223: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_category : '|| gx_req_line_tbl(p).line_category
5224: );
5225: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_start_date : '|| gx_req_line_tbl(p).contract_start_date
5226: );
5227: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_end_date : '|| gx_req_line_tbl(p).contract_end_date
5228: );
5229: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_unit_price : '|| gx_req_line_tbl(p).line_unit_price
5230: );
5231: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').extended_price : '|| gx_req_line_tbl(p).extended_price

Line 5229: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_unit_price : '|| gx_req_line_tbl(p).line_unit_price

5225: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_start_date : '|| gx_req_line_tbl(p).contract_start_date
5226: );
5227: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_end_date : '|| gx_req_line_tbl(p).contract_end_date
5228: );
5229: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_unit_price : '|| gx_req_line_tbl(p).line_unit_price
5230: );
5231: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').extended_price : '|| gx_req_line_tbl(p).extended_price
5232: );
5233: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').list_price_override_flag : '|| gx_req_line_tbl(p).list_price_override_flag

Line 5231: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').extended_price : '|| gx_req_line_tbl(p).extended_price

5227: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').contract_end_date : '|| gx_req_line_tbl(p).contract_end_date
5228: );
5229: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_unit_price : '|| gx_req_line_tbl(p).line_unit_price
5230: );
5231: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').extended_price : '|| gx_req_line_tbl(p).extended_price
5232: );
5233: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').list_price_override_flag : '|| gx_req_line_tbl(p).list_price_override_flag
5234: );
5235: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').charge_periodicity_code : '|| gx_req_line_tbl(p).charge_periodicity_code

Line 5233: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').list_price_override_flag : '|| gx_req_line_tbl(p).list_price_override_flag

5229: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').line_unit_price : '|| gx_req_line_tbl(p).line_unit_price
5230: );
5231: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').extended_price : '|| gx_req_line_tbl(p).extended_price
5232: );
5233: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').list_price_override_flag : '|| gx_req_line_tbl(p).list_price_override_flag
5234: );
5235: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').charge_periodicity_code : '|| gx_req_line_tbl(p).charge_periodicity_code
5236: );
5237: exit when gx_req_line_tbl.last = p;

Line 5235: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').charge_periodicity_code : '|| gx_req_line_tbl(p).charge_periodicity_code

5231: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').extended_price : '|| gx_req_line_tbl(p).extended_price
5232: );
5233: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').list_price_override_flag : '|| gx_req_line_tbl(p).list_price_override_flag
5234: );
5235: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_tbl('|| p ||').charge_periodicity_code : '|| gx_req_line_tbl(p).charge_periodicity_code
5236: );
5237: exit when gx_req_line_tbl.last = p;
5238: p := gx_req_line_tbl.next(p);
5239: end loop;

Line 5245: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5241:
5242: --
5243: -- output parameter 2: gx_req_qual_tbl
5244: --
5245: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5246: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* output parameter 2: gx_req_qual_tbl ************');
5247: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl.count '|| gx_req_qual_tbl.count
5248: );
5249: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5246: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* output parameter 2: gx_req_qual_tbl ************');

5242: --
5243: -- output parameter 2: gx_req_qual_tbl
5244: --
5245: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5246: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* output parameter 2: gx_req_qual_tbl ************');
5247: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl.count '|| gx_req_qual_tbl.count
5248: );
5249: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5250: if gx_req_qual_tbl.count > 0 then

Line 5247: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl.count '|| gx_req_qual_tbl.count

5243: -- output parameter 2: gx_req_qual_tbl
5244: --
5245: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5246: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* output parameter 2: gx_req_qual_tbl ************');
5247: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl.count '|| gx_req_qual_tbl.count
5248: );
5249: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5250: if gx_req_qual_tbl.count > 0 then
5251: p := gx_req_qual_tbl.first;

Line 5249: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5245: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5246: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* output parameter 2: gx_req_qual_tbl ************');
5247: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl.count '|| gx_req_qual_tbl.count
5248: );
5249: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5250: if gx_req_qual_tbl.count > 0 then
5251: p := gx_req_qual_tbl.first;
5252: loop
5253: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_qual_tbl('|| p ||') *************'

Line 5253: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_qual_tbl('|| p ||') *************'

5249: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5250: if gx_req_qual_tbl.count > 0 then
5251: p := gx_req_qual_tbl.first;
5252: loop
5253: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_qual_tbl('|| p ||') *************'
5254: );
5255: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').line_index : '|| gx_req_qual_tbl(p).line_index
5256: );
5257: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_context : '|| gx_req_qual_tbl(p).qualifier_context

Line 5255: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').line_index : '|| gx_req_qual_tbl(p).line_index

5251: p := gx_req_qual_tbl.first;
5252: loop
5253: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_qual_tbl('|| p ||') *************'
5254: );
5255: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').line_index : '|| gx_req_qual_tbl(p).line_index
5256: );
5257: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_context : '|| gx_req_qual_tbl(p).qualifier_context
5258: );
5259: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_qual_tbl(p).qualifier_attribute

Line 5257: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_context : '|| gx_req_qual_tbl(p).qualifier_context

5253: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_qual_tbl('|| p ||') *************'
5254: );
5255: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').line_index : '|| gx_req_qual_tbl(p).line_index
5256: );
5257: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_context : '|| gx_req_qual_tbl(p).qualifier_context
5258: );
5259: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_qual_tbl(p).qualifier_attribute
5260: );
5261: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_qual_tbl(p).qualifier_attr_value_from

Line 5259: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_qual_tbl(p).qualifier_attribute

5255: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').line_index : '|| gx_req_qual_tbl(p).line_index
5256: );
5257: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_context : '|| gx_req_qual_tbl(p).qualifier_context
5258: );
5259: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_qual_tbl(p).qualifier_attribute
5260: );
5261: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_qual_tbl(p).qualifier_attr_value_from
5262: );
5263: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_qual_tbl(p).qualifier_attr_value_to

Line 5261: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_qual_tbl(p).qualifier_attr_value_from

5257: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_context : '|| gx_req_qual_tbl(p).qualifier_context
5258: );
5259: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_qual_tbl(p).qualifier_attribute
5260: );
5261: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_qual_tbl(p).qualifier_attr_value_from
5262: );
5263: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_qual_tbl(p).qualifier_attr_value_to
5264: );
5265: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_qual_tbl(p).comparison_operator_code

Line 5263: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_qual_tbl(p).qualifier_attr_value_to

5259: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_qual_tbl(p).qualifier_attribute
5260: );
5261: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_qual_tbl(p).qualifier_attr_value_from
5262: );
5263: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_qual_tbl(p).qualifier_attr_value_to
5264: );
5265: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_qual_tbl(p).comparison_operator_code
5266: );
5267: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').validated_flag : '|| gx_req_qual_tbl(p).validated_flag

Line 5265: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_qual_tbl(p).comparison_operator_code

5261: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_qual_tbl(p).qualifier_attr_value_from
5262: );
5263: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_qual_tbl(p).qualifier_attr_value_to
5264: );
5265: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_qual_tbl(p).comparison_operator_code
5266: );
5267: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').validated_flag : '|| gx_req_qual_tbl(p).validated_flag
5268: );
5269: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_code : '|| gx_req_qual_tbl(p).status_code

Line 5267: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').validated_flag : '|| gx_req_qual_tbl(p).validated_flag

5263: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_qual_tbl(p).qualifier_attr_value_to
5264: );
5265: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_qual_tbl(p).comparison_operator_code
5266: );
5267: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').validated_flag : '|| gx_req_qual_tbl(p).validated_flag
5268: );
5269: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_code : '|| gx_req_qual_tbl(p).status_code
5270: );
5271: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_text : '|| gx_req_qual_tbl(p).status_text

Line 5269: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_code : '|| gx_req_qual_tbl(p).status_code

5265: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_qual_tbl(p).comparison_operator_code
5266: );
5267: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').validated_flag : '|| gx_req_qual_tbl(p).validated_flag
5268: );
5269: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_code : '|| gx_req_qual_tbl(p).status_code
5270: );
5271: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_text : '|| gx_req_qual_tbl(p).status_text
5272: );
5273: exit when gx_req_qual_tbl.last = p;

Line 5271: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_text : '|| gx_req_qual_tbl(p).status_text

5267: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').validated_flag : '|| gx_req_qual_tbl(p).validated_flag
5268: );
5269: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_code : '|| gx_req_qual_tbl(p).status_code
5270: );
5271: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_qual_tbl('|| p ||').status_text : '|| gx_req_qual_tbl(p).status_text
5272: );
5273: exit when gx_req_qual_tbl.last = p;
5274: p := gx_req_qual_tbl.next(p);
5275: end loop;

Line 5280: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5276: end if; -- gx_req_qual_tbl.count > 0
5277: --
5278: -- output parameter 3: gx_req_line_attr_tbl
5279: --
5280: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5281: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 3: gx_req_line_attr_tbl ************');
5282: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl.count '|| gx_req_qual_tbl.count
5283: );
5284: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5281: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 3: gx_req_line_attr_tbl ************');

5277: --
5278: -- output parameter 3: gx_req_line_attr_tbl
5279: --
5280: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5281: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 3: gx_req_line_attr_tbl ************');
5282: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl.count '|| gx_req_qual_tbl.count
5283: );
5284: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5285: if gx_req_line_attr_tbl.count > 0 then

Line 5282: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl.count '|| gx_req_qual_tbl.count

5278: -- output parameter 3: gx_req_line_attr_tbl
5279: --
5280: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5281: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 3: gx_req_line_attr_tbl ************');
5282: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl.count '|| gx_req_qual_tbl.count
5283: );
5284: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5285: if gx_req_line_attr_tbl.count > 0 then
5286: p := gx_req_line_attr_tbl.first;

Line 5284: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5280: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5281: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 3: gx_req_line_attr_tbl ************');
5282: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl.count '|| gx_req_qual_tbl.count
5283: );
5284: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5285: if gx_req_line_attr_tbl.count > 0 then
5286: p := gx_req_line_attr_tbl.first;
5287: loop
5288: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_attr_tbl('|| p ||') *************'

Line 5288: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_attr_tbl('|| p ||') *************'

5284: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5285: if gx_req_line_attr_tbl.count > 0 then
5286: p := gx_req_line_attr_tbl.first;
5287: loop
5288: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_attr_tbl('|| p ||') *************'
5289: );
5290: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').line_index : '|| gx_req_line_attr_tbl(p).line_index
5291: );
5292: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_attr_tbl(p).pricing_context

Line 5290: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').line_index : '|| gx_req_line_attr_tbl(p).line_index

5286: p := gx_req_line_attr_tbl.first;
5287: loop
5288: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_attr_tbl('|| p ||') *************'
5289: );
5290: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').line_index : '|| gx_req_line_attr_tbl(p).line_index
5291: );
5292: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_attr_tbl(p).pricing_context
5293: );
5294: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_attr_tbl(p).pricing_attribute

Line 5292: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_attr_tbl(p).pricing_context

5288: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_attr_tbl('|| p ||') *************'
5289: );
5290: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').line_index : '|| gx_req_line_attr_tbl(p).line_index
5291: );
5292: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_attr_tbl(p).pricing_context
5293: );
5294: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_attr_tbl(p).pricing_attribute
5295: );
5296: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_attr_tbl(p).pricing_attr_value_from

Line 5294: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_attr_tbl(p).pricing_attribute

5290: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').line_index : '|| gx_req_line_attr_tbl(p).line_index
5291: );
5292: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_attr_tbl(p).pricing_context
5293: );
5294: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_attr_tbl(p).pricing_attribute
5295: );
5296: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_attr_tbl(p).pricing_attr_value_from
5297: );
5298: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_attr_tbl(p).pricing_attr_value_to

Line 5296: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_attr_tbl(p).pricing_attr_value_from

5292: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_attr_tbl(p).pricing_context
5293: );
5294: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_attr_tbl(p).pricing_attribute
5295: );
5296: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_attr_tbl(p).pricing_attr_value_from
5297: );
5298: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_attr_tbl(p).pricing_attr_value_to
5299: );
5300: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_attr_tbl(p).validated_flag

Line 5298: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_attr_tbl(p).pricing_attr_value_to

5294: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_attr_tbl(p).pricing_attribute
5295: );
5296: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_attr_tbl(p).pricing_attr_value_from
5297: );
5298: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_attr_tbl(p).pricing_attr_value_to
5299: );
5300: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_attr_tbl(p).validated_flag
5301: );
5302: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_code : '|| gx_req_line_attr_tbl(p).status_code

Line 5300: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_attr_tbl(p).validated_flag

5296: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_attr_tbl(p).pricing_attr_value_from
5297: );
5298: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_attr_tbl(p).pricing_attr_value_to
5299: );
5300: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_attr_tbl(p).validated_flag
5301: );
5302: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_code : '|| gx_req_line_attr_tbl(p).status_code
5303: );
5304: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_text : '|| gx_req_line_attr_tbl(p).status_text

Line 5302: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_code : '|| gx_req_line_attr_tbl(p).status_code

5298: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_attr_tbl(p).pricing_attr_value_to
5299: );
5300: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_attr_tbl(p).validated_flag
5301: );
5302: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_code : '|| gx_req_line_attr_tbl(p).status_code
5303: );
5304: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_text : '|| gx_req_line_attr_tbl(p).status_text
5305: );
5306: exit when gx_req_line_attr_tbl.last = p;

Line 5304: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_text : '|| gx_req_line_attr_tbl(p).status_text

5300: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_attr_tbl(p).validated_flag
5301: );
5302: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_code : '|| gx_req_line_attr_tbl(p).status_code
5303: );
5304: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_attr_tbl('|| p ||').status_text : '|| gx_req_line_attr_tbl(p).status_text
5305: );
5306: exit when gx_req_line_attr_tbl.last = p;
5307: p := gx_req_line_attr_tbl.next(p);
5308: end loop;

Line 5314: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5310:
5311: --
5312: -- output parameter 4: gx_req_line_detail_tbl
5313: --
5314: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5315: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 4: gx_req_line_detail_tbl ************');
5316: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl.count '|| gx_req_line_detail_tbl.count
5317: );
5318: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5315: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 4: gx_req_line_detail_tbl ************');

5311: --
5312: -- output parameter 4: gx_req_line_detail_tbl
5313: --
5314: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5315: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 4: gx_req_line_detail_tbl ************');
5316: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl.count '|| gx_req_line_detail_tbl.count
5317: );
5318: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5319:

Line 5316: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl.count '|| gx_req_line_detail_tbl.count

5312: -- output parameter 4: gx_req_line_detail_tbl
5313: --
5314: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5315: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 4: gx_req_line_detail_tbl ************');
5316: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl.count '|| gx_req_line_detail_tbl.count
5317: );
5318: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5319:
5320: if gx_req_line_detail_tbl.count > 0 then

Line 5318: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5314: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5315: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ****************** output parameter 4: gx_req_line_detail_tbl ************');
5316: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl.count '|| gx_req_line_detail_tbl.count
5317: );
5318: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5319:
5320: if gx_req_line_detail_tbl.count > 0 then
5321: p := gx_req_line_detail_tbl.first;
5322: loop

Line 5323: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_tbl('|| p ||') *************'

5319:
5320: if gx_req_line_detail_tbl.count > 0 then
5321: p := gx_req_line_detail_tbl.first;
5322: loop
5323: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_tbl('|| p ||') *************'
5324: );
5325: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_tbl(p).line_detail_index
5326: );
5327: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_id : '|| gx_req_line_detail_tbl(p).line_detail_id

Line 5325: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_tbl(p).line_detail_index

5321: p := gx_req_line_detail_tbl.first;
5322: loop
5323: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_tbl('|| p ||') *************'
5324: );
5325: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_tbl(p).line_detail_index
5326: );
5327: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_id : '|| gx_req_line_detail_tbl(p).line_detail_id
5328: );
5329: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_type_code : '|| gx_req_line_detail_tbl(p).line_detail_type_code

Line 5327: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_id : '|| gx_req_line_detail_tbl(p).line_detail_id

5323: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_tbl('|| p ||') *************'
5324: );
5325: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_tbl(p).line_detail_index
5326: );
5327: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_id : '|| gx_req_line_detail_tbl(p).line_detail_id
5328: );
5329: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_type_code : '|| gx_req_line_detail_tbl(p).line_detail_type_code
5330: );
5331: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_index : '|| gx_req_line_detail_tbl(p).line_index

Line 5329: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_type_code : '|| gx_req_line_detail_tbl(p).line_detail_type_code

5325: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_tbl(p).line_detail_index
5326: );
5327: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_id : '|| gx_req_line_detail_tbl(p).line_detail_id
5328: );
5329: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_type_code : '|| gx_req_line_detail_tbl(p).line_detail_type_code
5330: );
5331: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_index : '|| gx_req_line_detail_tbl(p).line_index
5332: );
5333: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_header_id : '|| gx_req_line_detail_tbl(p).list_header_id

Line 5331: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_index : '|| gx_req_line_detail_tbl(p).line_index

5327: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_id : '|| gx_req_line_detail_tbl(p).line_detail_id
5328: );
5329: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_type_code : '|| gx_req_line_detail_tbl(p).line_detail_type_code
5330: );
5331: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_index : '|| gx_req_line_detail_tbl(p).line_index
5332: );
5333: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_header_id : '|| gx_req_line_detail_tbl(p).list_header_id
5334: );
5335: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_id : '|| gx_req_line_detail_tbl(p).list_line_id

Line 5333: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_header_id : '|| gx_req_line_detail_tbl(p).list_header_id

5329: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_detail_type_code : '|| gx_req_line_detail_tbl(p).line_detail_type_code
5330: );
5331: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_index : '|| gx_req_line_detail_tbl(p).line_index
5332: );
5333: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_header_id : '|| gx_req_line_detail_tbl(p).list_header_id
5334: );
5335: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_id : '|| gx_req_line_detail_tbl(p).list_line_id
5336: );
5337: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_type_code : '|| gx_req_line_detail_tbl(p).list_line_type_code

Line 5335: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_id : '|| gx_req_line_detail_tbl(p).list_line_id

5331: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_index : '|| gx_req_line_detail_tbl(p).line_index
5332: );
5333: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_header_id : '|| gx_req_line_detail_tbl(p).list_header_id
5334: );
5335: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_id : '|| gx_req_line_detail_tbl(p).list_line_id
5336: );
5337: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_type_code : '|| gx_req_line_detail_tbl(p).list_line_type_code
5338: );
5339: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_type_code : '|| gx_req_line_detail_tbl(p).substitution_type_code

Line 5337: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_type_code : '|| gx_req_line_detail_tbl(p).list_line_type_code

5333: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_header_id : '|| gx_req_line_detail_tbl(p).list_header_id
5334: );
5335: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_id : '|| gx_req_line_detail_tbl(p).list_line_id
5336: );
5337: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_type_code : '|| gx_req_line_detail_tbl(p).list_line_type_code
5338: );
5339: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_type_code : '|| gx_req_line_detail_tbl(p).substitution_type_code
5340: );
5341: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_from : '|| gx_req_line_detail_tbl(p).substitution_from

Line 5339: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_type_code : '|| gx_req_line_detail_tbl(p).substitution_type_code

5335: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_id : '|| gx_req_line_detail_tbl(p).list_line_id
5336: );
5337: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_type_code : '|| gx_req_line_detail_tbl(p).list_line_type_code
5338: );
5339: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_type_code : '|| gx_req_line_detail_tbl(p).substitution_type_code
5340: );
5341: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_from : '|| gx_req_line_detail_tbl(p).substitution_from
5342: );
5343: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_to : '|| gx_req_line_detail_tbl(p).substitution_to

Line 5341: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_from : '|| gx_req_line_detail_tbl(p).substitution_from

5337: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_type_code : '|| gx_req_line_detail_tbl(p).list_line_type_code
5338: );
5339: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_type_code : '|| gx_req_line_detail_tbl(p).substitution_type_code
5340: );
5341: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_from : '|| gx_req_line_detail_tbl(p).substitution_from
5342: );
5343: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_to : '|| gx_req_line_detail_tbl(p).substitution_to
5344: );
5345: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').automatic_flag : '|| gx_req_line_detail_tbl(p).automatic_flag

Line 5343: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_to : '|| gx_req_line_detail_tbl(p).substitution_to

5339: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_type_code : '|| gx_req_line_detail_tbl(p).substitution_type_code
5340: );
5341: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_from : '|| gx_req_line_detail_tbl(p).substitution_from
5342: );
5343: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_to : '|| gx_req_line_detail_tbl(p).substitution_to
5344: );
5345: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').automatic_flag : '|| gx_req_line_detail_tbl(p).automatic_flag
5346: );
5347: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_calculation_code : '|| gx_req_line_detail_tbl(p).operand_calculation_code

Line 5345: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').automatic_flag : '|| gx_req_line_detail_tbl(p).automatic_flag

5341: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_from : '|| gx_req_line_detail_tbl(p).substitution_from
5342: );
5343: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_to : '|| gx_req_line_detail_tbl(p).substitution_to
5344: );
5345: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').automatic_flag : '|| gx_req_line_detail_tbl(p).automatic_flag
5346: );
5347: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_calculation_code : '|| gx_req_line_detail_tbl(p).operand_calculation_code
5348: );
5349: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_value : '|| gx_req_line_detail_tbl(p).operand_value

Line 5347: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_calculation_code : '|| gx_req_line_detail_tbl(p).operand_calculation_code

5343: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_to : '|| gx_req_line_detail_tbl(p).substitution_to
5344: );
5345: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').automatic_flag : '|| gx_req_line_detail_tbl(p).automatic_flag
5346: );
5347: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_calculation_code : '|| gx_req_line_detail_tbl(p).operand_calculation_code
5348: );
5349: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_value : '|| gx_req_line_detail_tbl(p).operand_value
5350: );
5351: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_group_sequence : '|| gx_req_line_detail_tbl(p).pricing_group_sequence

Line 5349: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_value : '|| gx_req_line_detail_tbl(p).operand_value

5345: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').automatic_flag : '|| gx_req_line_detail_tbl(p).automatic_flag
5346: );
5347: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_calculation_code : '|| gx_req_line_detail_tbl(p).operand_calculation_code
5348: );
5349: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_value : '|| gx_req_line_detail_tbl(p).operand_value
5350: );
5351: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_group_sequence : '|| gx_req_line_detail_tbl(p).pricing_group_sequence
5352: );
5353: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').price_break_type_code : '|| gx_req_line_detail_tbl(p).price_break_type_code

Line 5351: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_group_sequence : '|| gx_req_line_detail_tbl(p).pricing_group_sequence

5347: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_calculation_code : '|| gx_req_line_detail_tbl(p).operand_calculation_code
5348: );
5349: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_value : '|| gx_req_line_detail_tbl(p).operand_value
5350: );
5351: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_group_sequence : '|| gx_req_line_detail_tbl(p).pricing_group_sequence
5352: );
5353: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').price_break_type_code : '|| gx_req_line_detail_tbl(p).price_break_type_code
5354: );
5355: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').created_from_list_type_code : '|| gx_req_line_detail_tbl(p).created_from_list_type_code

Line 5353: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').price_break_type_code : '|| gx_req_line_detail_tbl(p).price_break_type_code

5349: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').operand_value : '|| gx_req_line_detail_tbl(p).operand_value
5350: );
5351: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_group_sequence : '|| gx_req_line_detail_tbl(p).pricing_group_sequence
5352: );
5353: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').price_break_type_code : '|| gx_req_line_detail_tbl(p).price_break_type_code
5354: );
5355: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').created_from_list_type_code : '|| gx_req_line_detail_tbl(p).created_from_list_type_code
5356: );
5357: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_detail_tbl(p).pricing_phase_id

Line 5355: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').created_from_list_type_code : '|| gx_req_line_detail_tbl(p).created_from_list_type_code

5351: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_group_sequence : '|| gx_req_line_detail_tbl(p).pricing_group_sequence
5352: );
5353: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').price_break_type_code : '|| gx_req_line_detail_tbl(p).price_break_type_code
5354: );
5355: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').created_from_list_type_code : '|| gx_req_line_detail_tbl(p).created_from_list_type_code
5356: );
5357: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_detail_tbl(p).pricing_phase_id
5358: );
5359: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_price : '|| gx_req_line_detail_tbl(p).list_price

Line 5357: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_detail_tbl(p).pricing_phase_id

5353: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').price_break_type_code : '|| gx_req_line_detail_tbl(p).price_break_type_code
5354: );
5355: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').created_from_list_type_code : '|| gx_req_line_detail_tbl(p).created_from_list_type_code
5356: );
5357: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_detail_tbl(p).pricing_phase_id
5358: );
5359: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_price : '|| gx_req_line_detail_tbl(p).list_price
5360: );
5361: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_quantity : '|| gx_req_line_detail_tbl(p).line_quantity

Line 5359: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_price : '|| gx_req_line_detail_tbl(p).list_price

5355: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').created_from_list_type_code : '|| gx_req_line_detail_tbl(p).created_from_list_type_code
5356: );
5357: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_detail_tbl(p).pricing_phase_id
5358: );
5359: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_price : '|| gx_req_line_detail_tbl(p).list_price
5360: );
5361: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_quantity : '|| gx_req_line_detail_tbl(p).line_quantity
5362: );
5363: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').adjustment_amount : '|| gx_req_line_detail_tbl(p).adjustment_amount

Line 5361: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_quantity : '|| gx_req_line_detail_tbl(p).line_quantity

5357: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_phase_id : '|| gx_req_line_detail_tbl(p).pricing_phase_id
5358: );
5359: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_price : '|| gx_req_line_detail_tbl(p).list_price
5360: );
5361: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_quantity : '|| gx_req_line_detail_tbl(p).line_quantity
5362: );
5363: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').adjustment_amount : '|| gx_req_line_detail_tbl(p).adjustment_amount
5364: );
5365: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').applied_flag : '|| gx_req_line_detail_tbl(p).applied_flag

Line 5363: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').adjustment_amount : '|| gx_req_line_detail_tbl(p).adjustment_amount

5359: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_price : '|| gx_req_line_detail_tbl(p).list_price
5360: );
5361: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_quantity : '|| gx_req_line_detail_tbl(p).line_quantity
5362: );
5363: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').adjustment_amount : '|| gx_req_line_detail_tbl(p).adjustment_amount
5364: );
5365: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').applied_flag : '|| gx_req_line_detail_tbl(p).applied_flag
5366: );
5367: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').modifier_level_code : '|| gx_req_line_detail_tbl(p).modifier_level_code

Line 5365: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').applied_flag : '|| gx_req_line_detail_tbl(p).applied_flag

5361: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').line_quantity : '|| gx_req_line_detail_tbl(p).line_quantity
5362: );
5363: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').adjustment_amount : '|| gx_req_line_detail_tbl(p).adjustment_amount
5364: );
5365: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').applied_flag : '|| gx_req_line_detail_tbl(p).applied_flag
5366: );
5367: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').modifier_level_code : '|| gx_req_line_detail_tbl(p).modifier_level_code
5368: );
5369: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_code : '|| gx_req_line_detail_tbl(p).status_code

Line 5367: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').modifier_level_code : '|| gx_req_line_detail_tbl(p).modifier_level_code

5363: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').adjustment_amount : '|| gx_req_line_detail_tbl(p).adjustment_amount
5364: );
5365: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').applied_flag : '|| gx_req_line_detail_tbl(p).applied_flag
5366: );
5367: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').modifier_level_code : '|| gx_req_line_detail_tbl(p).modifier_level_code
5368: );
5369: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_code : '|| gx_req_line_detail_tbl(p).status_code
5370: );
5371: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_text : '|| gx_req_line_detail_tbl(p).status_text

Line 5369: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_code : '|| gx_req_line_detail_tbl(p).status_code

5365: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').applied_flag : '|| gx_req_line_detail_tbl(p).applied_flag
5366: );
5367: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').modifier_level_code : '|| gx_req_line_detail_tbl(p).modifier_level_code
5368: );
5369: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_code : '|| gx_req_line_detail_tbl(p).status_code
5370: );
5371: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_text : '|| gx_req_line_detail_tbl(p).status_text
5372: );
5373: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_attribute : '|| gx_req_line_detail_tbl(p).substitution_attribute

Line 5371: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_text : '|| gx_req_line_detail_tbl(p).status_text

5367: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').modifier_level_code : '|| gx_req_line_detail_tbl(p).modifier_level_code
5368: );
5369: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_code : '|| gx_req_line_detail_tbl(p).status_code
5370: );
5371: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_text : '|| gx_req_line_detail_tbl(p).status_text
5372: );
5373: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_attribute : '|| gx_req_line_detail_tbl(p).substitution_attribute
5374: );
5375: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_flag : '|| gx_req_line_detail_tbl(p).accrual_flag

Line 5373: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_attribute : '|| gx_req_line_detail_tbl(p).substitution_attribute

5369: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_code : '|| gx_req_line_detail_tbl(p).status_code
5370: );
5371: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_text : '|| gx_req_line_detail_tbl(p).status_text
5372: );
5373: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_attribute : '|| gx_req_line_detail_tbl(p).substitution_attribute
5374: );
5375: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_flag : '|| gx_req_line_detail_tbl(p).accrual_flag
5376: );
5377: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_no : '|| gx_req_line_detail_tbl(p).list_line_no

Line 5375: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_flag : '|| gx_req_line_detail_tbl(p).accrual_flag

5371: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').status_text : '|| gx_req_line_detail_tbl(p).status_text
5372: );
5373: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_attribute : '|| gx_req_line_detail_tbl(p).substitution_attribute
5374: );
5375: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_flag : '|| gx_req_line_detail_tbl(p).accrual_flag
5376: );
5377: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_no : '|| gx_req_line_detail_tbl(p).list_line_no
5378: );
5379: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_gl_value : '|| gx_req_line_detail_tbl(p).estim_gl_value

Line 5377: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_no : '|| gx_req_line_detail_tbl(p).list_line_no

5373: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').substitution_attribute : '|| gx_req_line_detail_tbl(p).substitution_attribute
5374: );
5375: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_flag : '|| gx_req_line_detail_tbl(p).accrual_flag
5376: );
5377: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_no : '|| gx_req_line_detail_tbl(p).list_line_no
5378: );
5379: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_gl_value : '|| gx_req_line_detail_tbl(p).estim_gl_value
5380: );
5381: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_conversion_rate : '|| gx_req_line_detail_tbl(p).accrual_conversion_rate

Line 5379: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_gl_value : '|| gx_req_line_detail_tbl(p).estim_gl_value

5375: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_flag : '|| gx_req_line_detail_tbl(p).accrual_flag
5376: );
5377: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_no : '|| gx_req_line_detail_tbl(p).list_line_no
5378: );
5379: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_gl_value : '|| gx_req_line_detail_tbl(p).estim_gl_value
5380: );
5381: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_conversion_rate : '|| gx_req_line_detail_tbl(p).accrual_conversion_rate
5382: );
5383: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').override_flag : '|| gx_req_line_detail_tbl(p).override_flag

Line 5381: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_conversion_rate : '|| gx_req_line_detail_tbl(p).accrual_conversion_rate

5377: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').list_line_no : '|| gx_req_line_detail_tbl(p).list_line_no
5378: );
5379: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_gl_value : '|| gx_req_line_detail_tbl(p).estim_gl_value
5380: );
5381: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_conversion_rate : '|| gx_req_line_detail_tbl(p).accrual_conversion_rate
5382: );
5383: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').override_flag : '|| gx_req_line_detail_tbl(p).override_flag
5384: );
5385: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').print_on_invoice_flag : '|| gx_req_line_detail_tbl(p).print_on_invoice_flag

Line 5383: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').override_flag : '|| gx_req_line_detail_tbl(p).override_flag

5379: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_gl_value : '|| gx_req_line_detail_tbl(p).estim_gl_value
5380: );
5381: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_conversion_rate : '|| gx_req_line_detail_tbl(p).accrual_conversion_rate
5382: );
5383: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').override_flag : '|| gx_req_line_detail_tbl(p).override_flag
5384: );
5385: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').print_on_invoice_flag : '|| gx_req_line_detail_tbl(p).print_on_invoice_flag
5386: );
5387: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').inventory_item_id : '|| gx_req_line_detail_tbl(p).inventory_item_id

Line 5385: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').print_on_invoice_flag : '|| gx_req_line_detail_tbl(p).print_on_invoice_flag

5381: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').accrual_conversion_rate : '|| gx_req_line_detail_tbl(p).accrual_conversion_rate
5382: );
5383: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').override_flag : '|| gx_req_line_detail_tbl(p).override_flag
5384: );
5385: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').print_on_invoice_flag : '|| gx_req_line_detail_tbl(p).print_on_invoice_flag
5386: );
5387: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').inventory_item_id : '|| gx_req_line_detail_tbl(p).inventory_item_id
5388: );
5389: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').organization_id : '|| gx_req_line_detail_tbl(p).organization_id

Line 5387: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').inventory_item_id : '|| gx_req_line_detail_tbl(p).inventory_item_id

5383: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').override_flag : '|| gx_req_line_detail_tbl(p).override_flag
5384: );
5385: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').print_on_invoice_flag : '|| gx_req_line_detail_tbl(p).print_on_invoice_flag
5386: );
5387: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').inventory_item_id : '|| gx_req_line_detail_tbl(p).inventory_item_id
5388: );
5389: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').organization_id : '|| gx_req_line_detail_tbl(p).organization_id
5390: );
5391: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').related_item_id : '|| gx_req_line_detail_tbl(p).related_item_id

Line 5389: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').organization_id : '|| gx_req_line_detail_tbl(p).organization_id

5385: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').print_on_invoice_flag : '|| gx_req_line_detail_tbl(p).print_on_invoice_flag
5386: );
5387: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').inventory_item_id : '|| gx_req_line_detail_tbl(p).inventory_item_id
5388: );
5389: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').organization_id : '|| gx_req_line_detail_tbl(p).organization_id
5390: );
5391: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').related_item_id : '|| gx_req_line_detail_tbl(p).related_item_id
5392: );
5393: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').relationship_type_id : '|| gx_req_line_detail_tbl(p).relationship_type_id

Line 5391: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').related_item_id : '|| gx_req_line_detail_tbl(p).related_item_id

5387: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').inventory_item_id : '|| gx_req_line_detail_tbl(p).inventory_item_id
5388: );
5389: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').organization_id : '|| gx_req_line_detail_tbl(p).organization_id
5390: );
5391: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').related_item_id : '|| gx_req_line_detail_tbl(p).related_item_id
5392: );
5393: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').relationship_type_id : '|| gx_req_line_detail_tbl(p).relationship_type_id
5394: );
5395: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_accrual_rate : '|| gx_req_line_detail_tbl(p).estim_accrual_rate

Line 5393: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').relationship_type_id : '|| gx_req_line_detail_tbl(p).relationship_type_id

5389: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').organization_id : '|| gx_req_line_detail_tbl(p).organization_id
5390: );
5391: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').related_item_id : '|| gx_req_line_detail_tbl(p).related_item_id
5392: );
5393: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').relationship_type_id : '|| gx_req_line_detail_tbl(p).relationship_type_id
5394: );
5395: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_accrual_rate : '|| gx_req_line_detail_tbl(p).estim_accrual_rate
5396: );
5397: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').expiration_date : '|| gx_req_line_detail_tbl(p).expiration_date

Line 5395: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_accrual_rate : '|| gx_req_line_detail_tbl(p).estim_accrual_rate

5391: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').related_item_id : '|| gx_req_line_detail_tbl(p).related_item_id
5392: );
5393: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').relationship_type_id : '|| gx_req_line_detail_tbl(p).relationship_type_id
5394: );
5395: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_accrual_rate : '|| gx_req_line_detail_tbl(p).estim_accrual_rate
5396: );
5397: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').expiration_date : '|| gx_req_line_detail_tbl(p).expiration_date
5398: );
5399: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_price_list_line_id : '|| gx_req_line_detail_tbl(p).benefit_price_list_line_id

Line 5397: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').expiration_date : '|| gx_req_line_detail_tbl(p).expiration_date

5393: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').relationship_type_id : '|| gx_req_line_detail_tbl(p).relationship_type_id
5394: );
5395: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_accrual_rate : '|| gx_req_line_detail_tbl(p).estim_accrual_rate
5396: );
5397: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').expiration_date : '|| gx_req_line_detail_tbl(p).expiration_date
5398: );
5399: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_price_list_line_id : '|| gx_req_line_detail_tbl(p).benefit_price_list_line_id
5400: );
5401: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_flag : '|| gx_req_line_detail_tbl(p).recurring_flag

Line 5399: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_price_list_line_id : '|| gx_req_line_detail_tbl(p).benefit_price_list_line_id

5395: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').estim_accrual_rate : '|| gx_req_line_detail_tbl(p).estim_accrual_rate
5396: );
5397: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').expiration_date : '|| gx_req_line_detail_tbl(p).expiration_date
5398: );
5399: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_price_list_line_id : '|| gx_req_line_detail_tbl(p).benefit_price_list_line_id
5400: );
5401: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_flag : '|| gx_req_line_detail_tbl(p).recurring_flag
5402: );
5403: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_value : '|| gx_req_line_detail_tbl(p).recurring_value

Line 5401: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_flag : '|| gx_req_line_detail_tbl(p).recurring_flag

5397: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').expiration_date : '|| gx_req_line_detail_tbl(p).expiration_date
5398: );
5399: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_price_list_line_id : '|| gx_req_line_detail_tbl(p).benefit_price_list_line_id
5400: );
5401: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_flag : '|| gx_req_line_detail_tbl(p).recurring_flag
5402: );
5403: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_value : '|| gx_req_line_detail_tbl(p).recurring_value
5404: );
5405: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_limit : '|| gx_req_line_detail_tbl(p).benefit_limit

Line 5403: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_value : '|| gx_req_line_detail_tbl(p).recurring_value

5399: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_price_list_line_id : '|| gx_req_line_detail_tbl(p).benefit_price_list_line_id
5400: );
5401: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_flag : '|| gx_req_line_detail_tbl(p).recurring_flag
5402: );
5403: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_value : '|| gx_req_line_detail_tbl(p).recurring_value
5404: );
5405: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_limit : '|| gx_req_line_detail_tbl(p).benefit_limit
5406: );
5407: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_type_code : '|| gx_req_line_detail_tbl(p).charge_type_code

Line 5405: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_limit : '|| gx_req_line_detail_tbl(p).benefit_limit

5401: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_flag : '|| gx_req_line_detail_tbl(p).recurring_flag
5402: );
5403: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_value : '|| gx_req_line_detail_tbl(p).recurring_value
5404: );
5405: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_limit : '|| gx_req_line_detail_tbl(p).benefit_limit
5406: );
5407: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_type_code : '|| gx_req_line_detail_tbl(p).charge_type_code
5408: );
5409: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_subtype_code : '|| gx_req_line_detail_tbl(p).charge_subtype_code

Line 5407: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_type_code : '|| gx_req_line_detail_tbl(p).charge_type_code

5403: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').recurring_value : '|| gx_req_line_detail_tbl(p).recurring_value
5404: );
5405: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_limit : '|| gx_req_line_detail_tbl(p).benefit_limit
5406: );
5407: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_type_code : '|| gx_req_line_detail_tbl(p).charge_type_code
5408: );
5409: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_subtype_code : '|| gx_req_line_detail_tbl(p).charge_subtype_code
5410: );
5411: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').include_on_returns_flag : '|| gx_req_line_detail_tbl(p).include_on_returns_flag

Line 5409: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_subtype_code : '|| gx_req_line_detail_tbl(p).charge_subtype_code

5405: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_limit : '|| gx_req_line_detail_tbl(p).benefit_limit
5406: );
5407: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_type_code : '|| gx_req_line_detail_tbl(p).charge_type_code
5408: );
5409: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_subtype_code : '|| gx_req_line_detail_tbl(p).charge_subtype_code
5410: );
5411: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').include_on_returns_flag : '|| gx_req_line_detail_tbl(p).include_on_returns_flag
5412: );
5413: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_qty : '|| gx_req_line_detail_tbl(p).benefit_qty

Line 5411: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').include_on_returns_flag : '|| gx_req_line_detail_tbl(p).include_on_returns_flag

5407: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_type_code : '|| gx_req_line_detail_tbl(p).charge_type_code
5408: );
5409: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_subtype_code : '|| gx_req_line_detail_tbl(p).charge_subtype_code
5410: );
5411: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').include_on_returns_flag : '|| gx_req_line_detail_tbl(p).include_on_returns_flag
5412: );
5413: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_qty : '|| gx_req_line_detail_tbl(p).benefit_qty
5414: );
5415: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_uom_code : '|| gx_req_line_detail_tbl(p).benefit_uom_code

Line 5413: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_qty : '|| gx_req_line_detail_tbl(p).benefit_qty

5409: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').charge_subtype_code : '|| gx_req_line_detail_tbl(p).charge_subtype_code
5410: );
5411: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').include_on_returns_flag : '|| gx_req_line_detail_tbl(p).include_on_returns_flag
5412: );
5413: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_qty : '|| gx_req_line_detail_tbl(p).benefit_qty
5414: );
5415: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_uom_code : '|| gx_req_line_detail_tbl(p).benefit_uom_code
5416: );
5417: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').proration_type_code : '|| gx_req_line_detail_tbl(p).proration_type_code

Line 5415: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_uom_code : '|| gx_req_line_detail_tbl(p).benefit_uom_code

5411: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').include_on_returns_flag : '|| gx_req_line_detail_tbl(p).include_on_returns_flag
5412: );
5413: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_qty : '|| gx_req_line_detail_tbl(p).benefit_qty
5414: );
5415: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_uom_code : '|| gx_req_line_detail_tbl(p).benefit_uom_code
5416: );
5417: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').proration_type_code : '|| gx_req_line_detail_tbl(p).proration_type_code
5418: );
5419: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').source_system_code : '|| gx_req_line_detail_tbl(p).source_system_code

Line 5417: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').proration_type_code : '|| gx_req_line_detail_tbl(p).proration_type_code

5413: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_qty : '|| gx_req_line_detail_tbl(p).benefit_qty
5414: );
5415: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_uom_code : '|| gx_req_line_detail_tbl(p).benefit_uom_code
5416: );
5417: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').proration_type_code : '|| gx_req_line_detail_tbl(p).proration_type_code
5418: );
5419: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').source_system_code : '|| gx_req_line_detail_tbl(p).source_system_code
5420: );
5421: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rebate_transaction_type_code : '|| gx_req_line_detail_tbl(p).rebate_transaction_type_code

Line 5419: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').source_system_code : '|| gx_req_line_detail_tbl(p).source_system_code

5415: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').benefit_uom_code : '|| gx_req_line_detail_tbl(p).benefit_uom_code
5416: );
5417: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').proration_type_code : '|| gx_req_line_detail_tbl(p).proration_type_code
5418: );
5419: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').source_system_code : '|| gx_req_line_detail_tbl(p).source_system_code
5420: );
5421: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rebate_transaction_type_code : '|| gx_req_line_detail_tbl(p).rebate_transaction_type_code
5422: );
5423: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').secondary_pricelist_ind : '|| gx_req_line_detail_tbl(p).secondary_pricelist_ind

Line 5421: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rebate_transaction_type_code : '|| gx_req_line_detail_tbl(p).rebate_transaction_type_code

5417: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').proration_type_code : '|| gx_req_line_detail_tbl(p).proration_type_code
5418: );
5419: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').source_system_code : '|| gx_req_line_detail_tbl(p).source_system_code
5420: );
5421: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rebate_transaction_type_code : '|| gx_req_line_detail_tbl(p).rebate_transaction_type_code
5422: );
5423: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').secondary_pricelist_ind : '|| gx_req_line_detail_tbl(p).secondary_pricelist_ind
5424: );
5425: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').group_value : '|| gx_req_line_detail_tbl(p).group_value

Line 5423: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').secondary_pricelist_ind : '|| gx_req_line_detail_tbl(p).secondary_pricelist_ind

5419: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').source_system_code : '|| gx_req_line_detail_tbl(p).source_system_code
5420: );
5421: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rebate_transaction_type_code : '|| gx_req_line_detail_tbl(p).rebate_transaction_type_code
5422: );
5423: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').secondary_pricelist_ind : '|| gx_req_line_detail_tbl(p).secondary_pricelist_ind
5424: );
5425: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').group_value : '|| gx_req_line_detail_tbl(p).group_value
5426: );
5427: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').comments : '|| gx_req_line_detail_tbl(p).comments

Line 5425: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').group_value : '|| gx_req_line_detail_tbl(p).group_value

5421: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rebate_transaction_type_code : '|| gx_req_line_detail_tbl(p).rebate_transaction_type_code
5422: );
5423: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').secondary_pricelist_ind : '|| gx_req_line_detail_tbl(p).secondary_pricelist_ind
5424: );
5425: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').group_value : '|| gx_req_line_detail_tbl(p).group_value
5426: );
5427: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').comments : '|| gx_req_line_detail_tbl(p).comments
5428: );
5429: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').updated_flag : '|| gx_req_line_detail_tbl(p).updated_flag

Line 5427: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').comments : '|| gx_req_line_detail_tbl(p).comments

5423: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').secondary_pricelist_ind : '|| gx_req_line_detail_tbl(p).secondary_pricelist_ind
5424: );
5425: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').group_value : '|| gx_req_line_detail_tbl(p).group_value
5426: );
5427: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').comments : '|| gx_req_line_detail_tbl(p).comments
5428: );
5429: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').updated_flag : '|| gx_req_line_detail_tbl(p).updated_flag
5430: );
5431: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').process_code : '|| gx_req_line_detail_tbl(p).process_code

Line 5429: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').updated_flag : '|| gx_req_line_detail_tbl(p).updated_flag

5425: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').group_value : '|| gx_req_line_detail_tbl(p).group_value
5426: );
5427: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').comments : '|| gx_req_line_detail_tbl(p).comments
5428: );
5429: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').updated_flag : '|| gx_req_line_detail_tbl(p).updated_flag
5430: );
5431: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').process_code : '|| gx_req_line_detail_tbl(p).process_code
5432: );
5433: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_code : '|| gx_req_line_detail_tbl(p).limit_code

Line 5431: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').process_code : '|| gx_req_line_detail_tbl(p).process_code

5427: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').comments : '|| gx_req_line_detail_tbl(p).comments
5428: );
5429: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').updated_flag : '|| gx_req_line_detail_tbl(p).updated_flag
5430: );
5431: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').process_code : '|| gx_req_line_detail_tbl(p).process_code
5432: );
5433: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_code : '|| gx_req_line_detail_tbl(p).limit_code
5434: );
5435: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_text : '|| gx_req_line_detail_tbl(p).limit_text

Line 5433: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_code : '|| gx_req_line_detail_tbl(p).limit_code

5429: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').updated_flag : '|| gx_req_line_detail_tbl(p).updated_flag
5430: );
5431: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').process_code : '|| gx_req_line_detail_tbl(p).process_code
5432: );
5433: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_code : '|| gx_req_line_detail_tbl(p).limit_code
5434: );
5435: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_text : '|| gx_req_line_detail_tbl(p).limit_text
5436: );
5437: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').formula_id : '|| gx_req_line_detail_tbl(p).formula_id

Line 5435: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_text : '|| gx_req_line_detail_tbl(p).limit_text

5431: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').process_code : '|| gx_req_line_detail_tbl(p).process_code
5432: );
5433: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_code : '|| gx_req_line_detail_tbl(p).limit_code
5434: );
5435: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_text : '|| gx_req_line_detail_tbl(p).limit_text
5436: );
5437: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').formula_id : '|| gx_req_line_detail_tbl(p).formula_id
5438: );
5439: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').calculation_code : '|| gx_req_line_detail_tbl(p).calculation_code

Line 5437: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').formula_id : '|| gx_req_line_detail_tbl(p).formula_id

5433: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_code : '|| gx_req_line_detail_tbl(p).limit_code
5434: );
5435: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_text : '|| gx_req_line_detail_tbl(p).limit_text
5436: );
5437: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').formula_id : '|| gx_req_line_detail_tbl(p).formula_id
5438: );
5439: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').calculation_code : '|| gx_req_line_detail_tbl(p).calculation_code
5440: );
5441: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rounding_factor : '|| gx_req_line_detail_tbl(p).rounding_factor

Line 5439: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').calculation_code : '|| gx_req_line_detail_tbl(p).calculation_code

5435: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').limit_text : '|| gx_req_line_detail_tbl(p).limit_text
5436: );
5437: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').formula_id : '|| gx_req_line_detail_tbl(p).formula_id
5438: );
5439: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').calculation_code : '|| gx_req_line_detail_tbl(p).calculation_code
5440: );
5441: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rounding_factor : '|| gx_req_line_detail_tbl(p).rounding_factor
5442: );
5443: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_detail_id : '|| gx_req_line_detail_tbl(p).currency_detail_id

Line 5441: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rounding_factor : '|| gx_req_line_detail_tbl(p).rounding_factor

5437: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').formula_id : '|| gx_req_line_detail_tbl(p).formula_id
5438: );
5439: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').calculation_code : '|| gx_req_line_detail_tbl(p).calculation_code
5440: );
5441: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rounding_factor : '|| gx_req_line_detail_tbl(p).rounding_factor
5442: );
5443: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_detail_id : '|| gx_req_line_detail_tbl(p).currency_detail_id
5444: );
5445: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_header_id : '|| gx_req_line_detail_tbl(p).currency_header_id

Line 5443: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_detail_id : '|| gx_req_line_detail_tbl(p).currency_detail_id

5439: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').calculation_code : '|| gx_req_line_detail_tbl(p).calculation_code
5440: );
5441: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rounding_factor : '|| gx_req_line_detail_tbl(p).rounding_factor
5442: );
5443: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_detail_id : '|| gx_req_line_detail_tbl(p).currency_detail_id
5444: );
5445: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_header_id : '|| gx_req_line_detail_tbl(p).currency_header_id
5446: );
5447: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').selling_rounding_factor : '|| gx_req_line_detail_tbl(p).selling_rounding_factor

Line 5445: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_header_id : '|| gx_req_line_detail_tbl(p).currency_header_id

5441: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').rounding_factor : '|| gx_req_line_detail_tbl(p).rounding_factor
5442: );
5443: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_detail_id : '|| gx_req_line_detail_tbl(p).currency_detail_id
5444: );
5445: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_header_id : '|| gx_req_line_detail_tbl(p).currency_header_id
5446: );
5447: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').selling_rounding_factor : '|| gx_req_line_detail_tbl(p).selling_rounding_factor
5448: );
5449: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').order_currency : '|| gx_req_line_detail_tbl(p).order_currency

Line 5447: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').selling_rounding_factor : '|| gx_req_line_detail_tbl(p).selling_rounding_factor

5443: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_detail_id : '|| gx_req_line_detail_tbl(p).currency_detail_id
5444: );
5445: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_header_id : '|| gx_req_line_detail_tbl(p).currency_header_id
5446: );
5447: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').selling_rounding_factor : '|| gx_req_line_detail_tbl(p).selling_rounding_factor
5448: );
5449: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').order_currency : '|| gx_req_line_detail_tbl(p).order_currency
5450: );
5451: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_detail_tbl(p).pricing_effective_date

Line 5449: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').order_currency : '|| gx_req_line_detail_tbl(p).order_currency

5445: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').currency_header_id : '|| gx_req_line_detail_tbl(p).currency_header_id
5446: );
5447: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').selling_rounding_factor : '|| gx_req_line_detail_tbl(p).selling_rounding_factor
5448: );
5449: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').order_currency : '|| gx_req_line_detail_tbl(p).order_currency
5450: );
5451: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_detail_tbl(p).pricing_effective_date
5452: );
5453: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').base_currency_code : '|| gx_req_line_detail_tbl(p).base_currency_code

Line 5451: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_detail_tbl(p).pricing_effective_date

5447: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').selling_rounding_factor : '|| gx_req_line_detail_tbl(p).selling_rounding_factor
5448: );
5449: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').order_currency : '|| gx_req_line_detail_tbl(p).order_currency
5450: );
5451: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_detail_tbl(p).pricing_effective_date
5452: );
5453: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').base_currency_code : '|| gx_req_line_detail_tbl(p).base_currency_code
5454: );
5455: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_code : '|| gx_req_line_detail_tbl(p).change_reason_code

Line 5453: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').base_currency_code : '|| gx_req_line_detail_tbl(p).base_currency_code

5449: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').order_currency : '|| gx_req_line_detail_tbl(p).order_currency
5450: );
5451: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_detail_tbl(p).pricing_effective_date
5452: );
5453: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').base_currency_code : '|| gx_req_line_detail_tbl(p).base_currency_code
5454: );
5455: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_code : '|| gx_req_line_detail_tbl(p).change_reason_code
5456: );
5457: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_text : '|| gx_req_line_detail_tbl(p).change_reason_text

Line 5455: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_code : '|| gx_req_line_detail_tbl(p).change_reason_code

5451: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').pricing_effective_date : '|| gx_req_line_detail_tbl(p).pricing_effective_date
5452: );
5453: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').base_currency_code : '|| gx_req_line_detail_tbl(p).base_currency_code
5454: );
5455: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_code : '|| gx_req_line_detail_tbl(p).change_reason_code
5456: );
5457: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_text : '|| gx_req_line_detail_tbl(p).change_reason_text
5458: );
5459: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_code : '|| gx_req_line_detail_tbl(p).break_uom_code

Line 5457: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_text : '|| gx_req_line_detail_tbl(p).change_reason_text

5453: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').base_currency_code : '|| gx_req_line_detail_tbl(p).base_currency_code
5454: );
5455: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_code : '|| gx_req_line_detail_tbl(p).change_reason_code
5456: );
5457: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_text : '|| gx_req_line_detail_tbl(p).change_reason_text
5458: );
5459: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_code : '|| gx_req_line_detail_tbl(p).break_uom_code
5460: );
5461: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_context : '|| gx_req_line_detail_tbl(p).break_uom_context

Line 5459: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_code : '|| gx_req_line_detail_tbl(p).break_uom_code

5455: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_code : '|| gx_req_line_detail_tbl(p).change_reason_code
5456: );
5457: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_text : '|| gx_req_line_detail_tbl(p).change_reason_text
5458: );
5459: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_code : '|| gx_req_line_detail_tbl(p).break_uom_code
5460: );
5461: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_context : '|| gx_req_line_detail_tbl(p).break_uom_context
5462: );
5463: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_attribute : '|| gx_req_line_detail_tbl(p).break_uom_attribute

Line 5461: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_context : '|| gx_req_line_detail_tbl(p).break_uom_context

5457: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').change_reason_text : '|| gx_req_line_detail_tbl(p).change_reason_text
5458: );
5459: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_code : '|| gx_req_line_detail_tbl(p).break_uom_code
5460: );
5461: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_context : '|| gx_req_line_detail_tbl(p).break_uom_context
5462: );
5463: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_attribute : '|| gx_req_line_detail_tbl(p).break_uom_attribute
5464: );
5465: exit when gx_req_line_detail_tbl.last = p;

Line 5463: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_attribute : '|| gx_req_line_detail_tbl(p).break_uom_attribute

5459: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_code : '|| gx_req_line_detail_tbl(p).break_uom_code
5460: );
5461: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_context : '|| gx_req_line_detail_tbl(p).break_uom_context
5462: );
5463: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_tbl('|| p ||').break_uom_attribute : '|| gx_req_line_detail_tbl(p).break_uom_attribute
5464: );
5465: exit when gx_req_line_detail_tbl.last = p;
5466: p := gx_req_line_detail_tbl.next(p);
5467: end loop;

Line 5473: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5469:
5470: --
5471: -- output parameter 5: gx_req_line_detail_qual_tbl
5472: --
5473: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5474: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 5: gx_req_line_detail_qual_tbl ******************');
5475: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl.count '|| gx_req_line_detail_qual_tbl.count
5476: );
5477: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5474: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 5: gx_req_line_detail_qual_tbl ******************');

5470: --
5471: -- output parameter 5: gx_req_line_detail_qual_tbl
5472: --
5473: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5474: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 5: gx_req_line_detail_qual_tbl ******************');
5475: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl.count '|| gx_req_line_detail_qual_tbl.count
5476: );
5477: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5478:

Line 5475: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl.count '|| gx_req_line_detail_qual_tbl.count

5471: -- output parameter 5: gx_req_line_detail_qual_tbl
5472: --
5473: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5474: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 5: gx_req_line_detail_qual_tbl ******************');
5475: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl.count '|| gx_req_line_detail_qual_tbl.count
5476: );
5477: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5478:
5479: if gx_req_line_detail_qual_tbl.count > 0 then

Line 5477: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5473: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5474: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 5: gx_req_line_detail_qual_tbl ******************');
5475: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl.count '|| gx_req_line_detail_qual_tbl.count
5476: );
5477: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5478:
5479: if gx_req_line_detail_qual_tbl.count > 0 then
5480: p := gx_req_line_detail_qual_tbl.first;
5481: loop

Line 5482: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_qual_tbl('|| p ||') *************'

5478:
5479: if gx_req_line_detail_qual_tbl.count > 0 then
5480: p := gx_req_line_detail_qual_tbl.first;
5481: loop
5482: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_qual_tbl('|| p ||') *************'
5483: );
5484: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_qual_tbl(p).line_detail_index
5485: );
5486: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_context : '|| gx_req_line_detail_qual_tbl(p).qualifier_context

Line 5484: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_qual_tbl(p).line_detail_index

5480: p := gx_req_line_detail_qual_tbl.first;
5481: loop
5482: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_qual_tbl('|| p ||') *************'
5483: );
5484: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_qual_tbl(p).line_detail_index
5485: );
5486: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_context : '|| gx_req_line_detail_qual_tbl(p).qualifier_context
5487: );
5488: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_line_detail_qual_tbl(p).qualifier_attribute

Line 5486: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_context : '|| gx_req_line_detail_qual_tbl(p).qualifier_context

5482: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_qual_tbl('|| p ||') *************'
5483: );
5484: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_qual_tbl(p).line_detail_index
5485: );
5486: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_context : '|| gx_req_line_detail_qual_tbl(p).qualifier_context
5487: );
5488: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_line_detail_qual_tbl(p).qualifier_attribute
5489: );
5490: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_from

Line 5488: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_line_detail_qual_tbl(p).qualifier_attribute

5484: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_qual_tbl(p).line_detail_index
5485: );
5486: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_context : '|| gx_req_line_detail_qual_tbl(p).qualifier_context
5487: );
5488: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_line_detail_qual_tbl(p).qualifier_attribute
5489: );
5490: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_from
5491: );
5492: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_to

Line 5490: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_from

5486: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_context : '|| gx_req_line_detail_qual_tbl(p).qualifier_context
5487: );
5488: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_line_detail_qual_tbl(p).qualifier_attribute
5489: );
5490: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_from
5491: );
5492: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_to
5493: );
5494: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_line_detail_qual_tbl(p).comparison_operator_code

Line 5492: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_to

5488: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attribute : '|| gx_req_line_detail_qual_tbl(p).qualifier_attribute
5489: );
5490: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_from
5491: );
5492: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_to
5493: );
5494: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_line_detail_qual_tbl(p).comparison_operator_code
5495: );
5496: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_qual_tbl(p).validated_flag

Line 5494: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_line_detail_qual_tbl(p).comparison_operator_code

5490: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_from : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_from
5491: );
5492: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_to
5493: );
5494: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_line_detail_qual_tbl(p).comparison_operator_code
5495: );
5496: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_qual_tbl(p).validated_flag
5497: );
5498: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_code : '|| gx_req_line_detail_qual_tbl(p).status_code

Line 5496: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_qual_tbl(p).validated_flag

5492: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').qualifier_attr_value_to : '|| gx_req_line_detail_qual_tbl(p).qualifier_attr_value_to
5493: );
5494: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_line_detail_qual_tbl(p).comparison_operator_code
5495: );
5496: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_qual_tbl(p).validated_flag
5497: );
5498: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_code : '|| gx_req_line_detail_qual_tbl(p).status_code
5499: );
5500: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_text : '|| gx_req_line_detail_qual_tbl(p).status_text

Line 5498: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_code : '|| gx_req_line_detail_qual_tbl(p).status_code

5494: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').comparison_operator_code : '|| gx_req_line_detail_qual_tbl(p).comparison_operator_code
5495: );
5496: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_qual_tbl(p).validated_flag
5497: );
5498: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_code : '|| gx_req_line_detail_qual_tbl(p).status_code
5499: );
5500: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_text : '|| gx_req_line_detail_qual_tbl(p).status_text
5501: );
5502: exit when gx_req_line_detail_qual_tbl.last = p;

Line 5500: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_text : '|| gx_req_line_detail_qual_tbl(p).status_text

5496: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_qual_tbl(p).validated_flag
5497: );
5498: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_code : '|| gx_req_line_detail_qual_tbl(p).status_code
5499: );
5500: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_qual_tbl('|| p ||').status_text : '|| gx_req_line_detail_qual_tbl(p).status_text
5501: );
5502: exit when gx_req_line_detail_qual_tbl.last = p;
5503: p := gx_req_line_detail_qual_tbl.next(p);
5504: end loop;

Line 5509: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5505: end if; -- gx_req_line_detail_qual_tbl.count > 0
5506: --
5507: -- output parameter 6: gx_req_line_detail_attr_tbl
5508: --
5509: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5510: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 6: gx_req_line_detail_attr_tbl ******************');
5511: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl.count '|| gx_req_line_detail_attr_tbl.count
5512: );
5513: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5510: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 6: gx_req_line_detail_attr_tbl ******************');

5506: --
5507: -- output parameter 6: gx_req_line_detail_attr_tbl
5508: --
5509: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5510: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 6: gx_req_line_detail_attr_tbl ******************');
5511: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl.count '|| gx_req_line_detail_attr_tbl.count
5512: );
5513: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5514:

Line 5511: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl.count '|| gx_req_line_detail_attr_tbl.count

5507: -- output parameter 6: gx_req_line_detail_attr_tbl
5508: --
5509: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5510: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 6: gx_req_line_detail_attr_tbl ******************');
5511: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl.count '|| gx_req_line_detail_attr_tbl.count
5512: );
5513: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5514:
5515: if gx_req_line_detail_attr_tbl.count > 0 then

Line 5513: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5509: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5510: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 6: gx_req_line_detail_attr_tbl ******************');
5511: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl.count '|| gx_req_line_detail_attr_tbl.count
5512: );
5513: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5514:
5515: if gx_req_line_detail_attr_tbl.count > 0 then
5516: p := gx_req_line_detail_attr_tbl.first;
5517: loop

Line 5518: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_attr_tbl('|| p ||') *************'

5514:
5515: if gx_req_line_detail_attr_tbl.count > 0 then
5516: p := gx_req_line_detail_attr_tbl.first;
5517: loop
5518: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_attr_tbl('|| p ||') *************'
5519: );
5520: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_attr_tbl(p).line_detail_index
5521: );
5522: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_index : '|| gx_req_line_detail_attr_tbl(p).line_index

Line 5520: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_attr_tbl(p).line_detail_index

5516: p := gx_req_line_detail_attr_tbl.first;
5517: loop
5518: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_attr_tbl('|| p ||') *************'
5519: );
5520: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_attr_tbl(p).line_detail_index
5521: );
5522: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_index : '|| gx_req_line_detail_attr_tbl(p).line_index
5523: );
5524: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_detail_attr_tbl(p).pricing_context

Line 5522: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_index : '|| gx_req_line_detail_attr_tbl(p).line_index

5518: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_line_detail_attr_tbl('|| p ||') *************'
5519: );
5520: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_attr_tbl(p).line_detail_index
5521: );
5522: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_index : '|| gx_req_line_detail_attr_tbl(p).line_index
5523: );
5524: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_detail_attr_tbl(p).pricing_context
5525: );
5526: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_detail_attr_tbl(p).pricing_attribute

Line 5524: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_detail_attr_tbl(p).pricing_context

5520: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_detail_index : '|| gx_req_line_detail_attr_tbl(p).line_detail_index
5521: );
5522: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_index : '|| gx_req_line_detail_attr_tbl(p).line_index
5523: );
5524: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_detail_attr_tbl(p).pricing_context
5525: );
5526: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_detail_attr_tbl(p).pricing_attribute
5527: );
5528: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_from

Line 5526: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_detail_attr_tbl(p).pricing_attribute

5522: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').line_index : '|| gx_req_line_detail_attr_tbl(p).line_index
5523: );
5524: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_detail_attr_tbl(p).pricing_context
5525: );
5526: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_detail_attr_tbl(p).pricing_attribute
5527: );
5528: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_from
5529: );
5530: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_to

Line 5528: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_from

5524: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_context : '|| gx_req_line_detail_attr_tbl(p).pricing_context
5525: );
5526: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_detail_attr_tbl(p).pricing_attribute
5527: );
5528: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_from
5529: );
5530: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_to
5531: );
5532: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_attr_tbl(p).validated_flag

Line 5530: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_to

5526: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attribute : '|| gx_req_line_detail_attr_tbl(p).pricing_attribute
5527: );
5528: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_from
5529: );
5530: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_to
5531: );
5532: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_attr_tbl(p).validated_flag
5533: );
5534: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_code : '|| gx_req_line_detail_attr_tbl(p).status_code

Line 5532: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_attr_tbl(p).validated_flag

5528: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_from : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_from
5529: );
5530: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_to
5531: );
5532: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_attr_tbl(p).validated_flag
5533: );
5534: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_code : '|| gx_req_line_detail_attr_tbl(p).status_code
5535: );
5536: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_text : '|| gx_req_line_detail_attr_tbl(p).status_text

Line 5534: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_code : '|| gx_req_line_detail_attr_tbl(p).status_code

5530: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').pricing_attr_value_to : '|| gx_req_line_detail_attr_tbl(p).pricing_attr_value_to
5531: );
5532: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_attr_tbl(p).validated_flag
5533: );
5534: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_code : '|| gx_req_line_detail_attr_tbl(p).status_code
5535: );
5536: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_text : '|| gx_req_line_detail_attr_tbl(p).status_text
5537: );
5538: exit when gx_req_line_detail_attr_tbl.last = p;

Line 5536: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_text : '|| gx_req_line_detail_attr_tbl(p).status_text

5532: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').validated_flag : '|| gx_req_line_detail_attr_tbl(p).validated_flag
5533: );
5534: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_code : '|| gx_req_line_detail_attr_tbl(p).status_code
5535: );
5536: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_line_detail_attr_tbl('|| p ||').status_text : '|| gx_req_line_detail_attr_tbl(p).status_text
5537: );
5538: exit when gx_req_line_detail_attr_tbl.last = p;
5539: p := gx_req_line_detail_attr_tbl.next(p);
5540: end loop;

Line 5546: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5542:
5543: --
5544: -- output parameter 7: gx_req_related_lines_tbl
5545: --
5546: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5547: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 7: gx_req_related_lines_tbl ******************');
5548: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl.count '|| gx_req_related_lines_tbl.count
5549: );
5550: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

Line 5547: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 7: gx_req_related_lines_tbl ******************');

5543: --
5544: -- output parameter 7: gx_req_related_lines_tbl
5545: --
5546: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5547: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 7: gx_req_related_lines_tbl ******************');
5548: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl.count '|| gx_req_related_lines_tbl.count
5549: );
5550: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5551:

Line 5548: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl.count '|| gx_req_related_lines_tbl.count

5544: -- output parameter 7: gx_req_related_lines_tbl
5545: --
5546: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5547: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 7: gx_req_related_lines_tbl ******************');
5548: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl.count '|| gx_req_related_lines_tbl.count
5549: );
5550: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5551:
5552: if gx_req_related_lines_tbl.count > 0 then

Line 5550: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');

5546: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5547: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ***************** output parameter 7: gx_req_related_lines_tbl ******************');
5548: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl.count '|| gx_req_related_lines_tbl.count
5549: );
5550: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: *********************************************************');
5551:
5552: if gx_req_related_lines_tbl.count > 0 then
5553: p := gx_req_related_lines_tbl.first;
5554: loop

Line 5555: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_related_lines_tbl('|| p ||') *************'

5551:
5552: if gx_req_related_lines_tbl.count > 0 then
5553: p := gx_req_related_lines_tbl.first;
5554: loop
5555: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_related_lines_tbl('|| p ||') *************'
5556: );
5557: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_index : '|| gx_req_related_lines_tbl(p).line_index
5558: );
5559: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_detail_index : '|| gx_req_related_lines_tbl(p).line_detail_index

Line 5557: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_index : '|| gx_req_related_lines_tbl(p).line_index

5553: p := gx_req_related_lines_tbl.first;
5554: loop
5555: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_related_lines_tbl('|| p ||') *************'
5556: );
5557: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_index : '|| gx_req_related_lines_tbl(p).line_index
5558: );
5559: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_detail_index : '|| gx_req_related_lines_tbl(p).line_detail_index
5560: );
5561: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').relationship_type_code : '|| gx_req_related_lines_tbl(p).relationship_type_code

Line 5559: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_detail_index : '|| gx_req_related_lines_tbl(p).line_detail_index

5555: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: ************* parameter gx_req_related_lines_tbl('|| p ||') *************'
5556: );
5557: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_index : '|| gx_req_related_lines_tbl(p).line_index
5558: );
5559: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_detail_index : '|| gx_req_related_lines_tbl(p).line_detail_index
5560: );
5561: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').relationship_type_code : '|| gx_req_related_lines_tbl(p).relationship_type_code
5562: );
5563: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_index : '|| gx_req_related_lines_tbl(p).related_line_index

Line 5561: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').relationship_type_code : '|| gx_req_related_lines_tbl(p).relationship_type_code

5557: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_index : '|| gx_req_related_lines_tbl(p).line_index
5558: );
5559: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_detail_index : '|| gx_req_related_lines_tbl(p).line_detail_index
5560: );
5561: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').relationship_type_code : '|| gx_req_related_lines_tbl(p).relationship_type_code
5562: );
5563: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_index : '|| gx_req_related_lines_tbl(p).related_line_index
5564: );
5565: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_detail_index : '|| gx_req_related_lines_tbl(p).related_line_detail_index

Line 5563: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_index : '|| gx_req_related_lines_tbl(p).related_line_index

5559: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').line_detail_index : '|| gx_req_related_lines_tbl(p).line_detail_index
5560: );
5561: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').relationship_type_code : '|| gx_req_related_lines_tbl(p).relationship_type_code
5562: );
5563: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_index : '|| gx_req_related_lines_tbl(p).related_line_index
5564: );
5565: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_detail_index : '|| gx_req_related_lines_tbl(p).related_line_detail_index
5566: );
5567: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_code : '|| gx_req_related_lines_tbl(p).status_code

Line 5565: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_detail_index : '|| gx_req_related_lines_tbl(p).related_line_detail_index

5561: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').relationship_type_code : '|| gx_req_related_lines_tbl(p).relationship_type_code
5562: );
5563: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_index : '|| gx_req_related_lines_tbl(p).related_line_index
5564: );
5565: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_detail_index : '|| gx_req_related_lines_tbl(p).related_line_detail_index
5566: );
5567: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_code : '|| gx_req_related_lines_tbl(p).status_code
5568: );
5569: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_text : '|| gx_req_related_lines_tbl(p).status_text

Line 5567: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_code : '|| gx_req_related_lines_tbl(p).status_code

5563: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_index : '|| gx_req_related_lines_tbl(p).related_line_index
5564: );
5565: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_detail_index : '|| gx_req_related_lines_tbl(p).related_line_detail_index
5566: );
5567: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_code : '|| gx_req_related_lines_tbl(p).status_code
5568: );
5569: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_text : '|| gx_req_related_lines_tbl(p).status_text
5570: );
5571: exit when gx_req_related_lines_tbl.last = p;

Line 5569: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_text : '|| gx_req_related_lines_tbl(p).status_text

5565: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').related_line_detail_index : '|| gx_req_related_lines_tbl(p).related_line_detail_index
5566: );
5567: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_code : '|| gx_req_related_lines_tbl(p).status_code
5568: );
5569: fnd_log.string (fnd_log.level_statement, g_module || l_api_name,'qp_call: gx_req_related_lines_tbl('|| p ||').status_text : '|| gx_req_related_lines_tbl(p).status_text
5570: );
5571: exit when gx_req_related_lines_tbl.last = p;
5572: p := gx_req_related_lines_tbl.next(p);
5573: end loop;

Line 5619: if (fnd_log.level_statement >=

5615:
5616: --qp call status if return error through exception for every line
5617: if lx_return_status <> g_ret_sts_success
5618: then
5619: if (fnd_log.level_statement >=
5620: fnd_log.g_current_runtime_level
5621: )
5622: then
5623: fnd_log.string

Line 5620: fnd_log.g_current_runtime_level

5616: --qp call status if return error through exception for every line
5617: if lx_return_status <> g_ret_sts_success
5618: then
5619: if (fnd_log.level_statement >=
5620: fnd_log.g_current_runtime_level
5621: )
5622: then
5623: fnd_log.string
5624: (fnd_log.level_statement,

Line 5623: fnd_log.string

5619: if (fnd_log.level_statement >=
5620: fnd_log.g_current_runtime_level
5621: )
5622: then
5623: fnd_log.string
5624: (fnd_log.level_statement,
5625: g_module ||
5626: l_api_name,
5627: '363:calc price error after sapi call in topline'

Line 5624: (fnd_log.level_statement,

5620: fnd_log.g_current_runtime_level
5621: )
5622: then
5623: fnd_log.string
5624: (fnd_log.level_statement,
5625: g_module ||
5626: l_api_name,
5627: '363:calc price error after sapi call in topline'
5628: );

Line 5684: if (fnd_log.level_statement >=

5680: );
5681:
5682: if x_return_status <> g_ret_sts_success
5683: then
5684: if (fnd_log.level_statement >=
5685: fnd_log.g_current_runtime_level
5686: )
5687: then
5688: fnd_log.string (fnd_log.level_statement,

Line 5685: fnd_log.g_current_runtime_level

5681:
5682: if x_return_status <> g_ret_sts_success
5683: then
5684: if (fnd_log.level_statement >=
5685: fnd_log.g_current_runtime_level
5686: )
5687: then
5688: fnd_log.string (fnd_log.level_statement,
5689: g_module ||

Line 5688: fnd_log.string (fnd_log.level_statement,

5684: if (fnd_log.level_statement >=
5685: fnd_log.g_current_runtime_level
5686: )
5687: then
5688: fnd_log.string (fnd_log.level_statement,
5689: g_module ||
5690: l_api_name,
5691: '364:tax calc error in topline x_return_status '||x_return_status
5692: );

Line 5693: fnd_log.string (fnd_log.level_statement,

5689: g_module ||
5690: l_api_name,
5691: '364:tax calc error in topline x_return_status '||x_return_status
5692: );
5693: fnd_log.string (fnd_log.level_statement,
5694: g_module ||
5695: l_api_name,
5696: 'x_msg_data '||x_msg_data
5697: );

Line 5707: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level

5703: l_rail_rec.tax_value := 0;
5704: l_rail_rec.amount_includes_tax_flag := 'N';
5705: end if;
5706:
5707: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level
5708: )
5709: then
5710: fnd_log.string (fnd_log.level_statement,
5711: g_module ||

Line 5710: fnd_log.string (fnd_log.level_statement,

5706:
5707: if (fnd_log.level_statement >= fnd_log.g_current_runtime_level
5708: )
5709: then
5710: fnd_log.string (fnd_log.level_statement,
5711: g_module ||
5712: l_api_name,
5713: '366:l_rail_rec.tax_value = ' ||
5714: l_rail_rec.tax_value

Line 5716: fnd_log.string

5712: l_api_name,
5713: '366:l_rail_rec.tax_value = ' ||
5714: l_rail_rec.tax_value
5715: );
5716: fnd_log.string
5717: (fnd_log.level_statement,
5718: g_module ||
5719: l_api_name,
5720: '367:l_rail_rec.amount_includes_tax_flag = ' ||

Line 5717: (fnd_log.level_statement,

5713: '366:l_rail_rec.tax_value = ' ||
5714: l_rail_rec.tax_value
5715: );
5716: fnd_log.string
5717: (fnd_log.level_statement,
5718: g_module ||
5719: l_api_name,
5720: '367:l_rail_rec.amount_includes_tax_flag = ' ||
5721: l_rail_rec.amount_includes_tax_flag

Line 5797: if (fnd_log.level_statement >=

5793: );
5794:
5795: if x_return_status <> g_ret_sts_success
5796: then
5797: if (fnd_log.level_statement >=
5798: fnd_log.g_current_runtime_level
5799: )
5800: then
5801: fnd_log.string

Line 5798: fnd_log.g_current_runtime_level

5794:
5795: if x_return_status <> g_ret_sts_success
5796: then
5797: if (fnd_log.level_statement >=
5798: fnd_log.g_current_runtime_level
5799: )
5800: then
5801: fnd_log.string
5802: (fnd_log.level_statement,

Line 5801: fnd_log.string

5797: if (fnd_log.level_statement >=
5798: fnd_log.g_current_runtime_level
5799: )
5800: then
5801: fnd_log.string
5802: (fnd_log.level_statement,
5803: g_module ||
5804: l_api_name,
5805: '368:update line details at calc subscription'

Line 5802: (fnd_log.level_statement,

5798: fnd_log.g_current_runtime_level
5799: )
5800: then
5801: fnd_log.string
5802: (fnd_log.level_statement,
5803: g_module ||
5804: l_api_name,
5805: '368:update line details at calc subscription'
5806: );

Line 5840: if (fnd_log.level_statement >=

5836: );
5837:
5838: if x_return_status <> g_ret_sts_success
5839: then
5840: if (fnd_log.level_statement >=
5841: fnd_log.g_current_runtime_level
5842: )
5843: then
5844: fnd_log.string

Line 5841: fnd_log.g_current_runtime_level

5837:
5838: if x_return_status <> g_ret_sts_success
5839: then
5840: if (fnd_log.level_statement >=
5841: fnd_log.g_current_runtime_level
5842: )
5843: then
5844: fnd_log.string
5845: (fnd_log.level_statement,

Line 5844: fnd_log.string

5840: if (fnd_log.level_statement >=
5841: fnd_log.g_current_runtime_level
5842: )
5843: then
5844: fnd_log.string
5845: (fnd_log.level_statement,
5846: g_module ||
5847: l_api_name,
5848: '369:contract line updation error in subline price - topline price'

Line 5845: (fnd_log.level_statement,

5841: fnd_log.g_current_runtime_level
5842: )
5843: then
5844: fnd_log.string
5845: (fnd_log.level_statement,
5846: g_module ||
5847: l_api_name,
5848: '369:contract line updation error in subline price - topline price'
5849: );

Line 5899: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

5895:
5896: end if; -- skip iteration if its a subscription item
5897:
5898: -- end debug log
5899: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
5900: then
5901: fnd_log.string (fnd_log.level_procedure,
5902: g_module ||
5903: l_api_name,

Line 5901: fnd_log.string (fnd_log.level_procedure,

5897:
5898: -- end debug log
5899: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
5900: then
5901: fnd_log.string (fnd_log.level_procedure,
5902: g_module ||
5903: l_api_name,
5904: '1000: leaving ' ||
5905: g_pkg_name ||

Line 5916: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

5912: EXCEPTION
5913: when g_exc_cant_price
5914: then
5915: -- end debug log
5916: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
5917: )
5918: then
5919: fnd_log.string (fnd_log.level_procedure,
5920: g_module ||

Line 5919: fnd_log.string (fnd_log.level_procedure,

5915: -- end debug log
5916: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
5917: )
5918: then
5919: fnd_log.string (fnd_log.level_procedure,
5920: g_module ||
5921: l_api_name,
5922: '7000: leaving ' ||
5923: g_pkg_name ||

Line 5964: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

5960: end if;
5961: when g_skip_exception
5962: then
5963: -- end debug log
5964: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
5965: )
5966: then
5967: fnd_log.string (fnd_log.level_procedure,
5968: g_module ||

Line 5967: fnd_log.string (fnd_log.level_procedure,

5963: -- end debug log
5964: if (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
5965: )
5966: then
5967: fnd_log.string (fnd_log.level_procedure,
5968: g_module ||
5969: l_api_name,
5970: '9000: leaving ' ||
5971: g_pkg_name ||

Line 6035: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6031: raise g_exc_error;
6032: END IF;
6033:
6034: -- end debug log
6035: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6036: THEN
6037: fnd_log.string (fnd_log.level_procedure,
6038: g_module ||
6039: l_api_name,

Line 6037: fnd_log.string (fnd_log.level_procedure,

6033:
6034: -- end debug log
6035: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6036: THEN
6037: fnd_log.string (fnd_log.level_procedure,
6038: g_module ||
6039: l_api_name,
6040: '1000: leaving ' ||
6041: g_pkg_name ||

Line 6050: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6046: EXCEPTION
6047: WHEN g_exc_error
6048: THEN
6049: -- end debug log
6050: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6051: THEN
6052: fnd_log.string (fnd_log.level_procedure,
6053: g_module ||
6054: l_api_name,

Line 6052: fnd_log.string (fnd_log.level_procedure,

6048: THEN
6049: -- end debug log
6050: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6051: THEN
6052: fnd_log.string (fnd_log.level_procedure,
6053: g_module ||
6054: l_api_name,
6055: '2000: leaving ' ||
6056: g_pkg_name ||

Line 6066: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6062: null;
6063: WHEN OTHERS
6064: THEN
6065: -- end debug log
6066: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6067: THEN
6068: fnd_log.string (fnd_log.level_procedure,
6069: g_module ||
6070: l_api_name,

Line 6068: fnd_log.string (fnd_log.level_procedure,

6064: THEN
6065: -- end debug log
6066: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6067: THEN
6068: fnd_log.string (fnd_log.level_procedure,
6069: g_module ||
6070: l_api_name,
6071: '4000: leaving ' ||
6072: g_pkg_name ||

Line 6124: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6120: l_chrv_rec_out okc_contract_pub.chrv_rec_type;
6121: l_k_det_rec k_details_rec;
6122: BEGIN
6123: -- start debug log
6124: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6125: THEN
6126: fnd_log.STRING (fnd_log.level_procedure,
6127: g_module ||
6128: l_api_name,

Line 6126: fnd_log.STRING (fnd_log.level_procedure,

6122: BEGIN
6123: -- start debug log
6124: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6125: THEN
6126: fnd_log.STRING (fnd_log.level_procedure,
6127: g_module ||
6128: l_api_name,
6129: '100: Entered ' ||
6130: g_pkg_name ||

Line 6163: IF (fnd_log.level_statement >=

6159: );
6160:
6161: IF x_return_status <> g_ret_sts_success
6162: THEN
6163: IF (fnd_log.level_statement >=
6164: fnd_log.g_current_runtime_level
6165: )
6166: THEN
6167: fnd_log.STRING

Line 6164: fnd_log.g_current_runtime_level

6160:
6161: IF x_return_status <> g_ret_sts_success
6162: THEN
6163: IF (fnd_log.level_statement >=
6164: fnd_log.g_current_runtime_level
6165: )
6166: THEN
6167: fnd_log.STRING
6168: (fnd_log.level_statement,

Line 6167: fnd_log.STRING

6163: IF (fnd_log.level_statement >=
6164: fnd_log.g_current_runtime_level
6165: )
6166: THEN
6167: fnd_log.STRING
6168: (fnd_log.level_statement,
6169: g_module ||
6170: l_api_name,
6171: '370:CALC SUBSCRIPTION ERROR at Calc Hdr call'

Line 6168: (fnd_log.level_statement,

6164: fnd_log.g_current_runtime_level
6165: )
6166: THEN
6167: fnd_log.STRING
6168: (fnd_log.level_statement,
6169: g_module ||
6170: l_api_name,
6171: '370:CALC SUBSCRIPTION ERROR at Calc Hdr call'
6172: );

Line 6220: IF (fnd_log.level_statement >=

6216:
6217:
6218: IF x_return_status <> g_ret_sts_success
6219: THEN
6220: IF (fnd_log.level_statement >=
6221: fnd_log.g_current_runtime_level
6222: )
6223: THEN
6224: fnd_log.STRING

Line 6221: fnd_log.g_current_runtime_level

6217:
6218: IF x_return_status <> g_ret_sts_success
6219: THEN
6220: IF (fnd_log.level_statement >=
6221: fnd_log.g_current_runtime_level
6222: )
6223: THEN
6224: fnd_log.STRING
6225: (fnd_log.level_statement,

Line 6224: fnd_log.STRING

6220: IF (fnd_log.level_statement >=
6221: fnd_log.g_current_runtime_level
6222: )
6223: THEN
6224: fnd_log.STRING
6225: (fnd_log.level_statement,
6226: g_module ||
6227: l_api_name,
6228: '371:CALC TOPLINE ERROR at Calc Hdr call'

Line 6225: (fnd_log.level_statement,

6221: fnd_log.g_current_runtime_level
6222: )
6223: THEN
6224: fnd_log.STRING
6225: (fnd_log.level_statement,
6226: g_module ||
6227: l_api_name,
6228: '371:CALC TOPLINE ERROR at Calc Hdr call'
6229: );

Line 6238: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6234: END IF;
6235: END IF;
6236:
6237: -- end debug log
6238: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6239: THEN
6240: fnd_log.STRING (fnd_log.level_procedure,
6241: g_module ||
6242: l_api_name,

Line 6240: fnd_log.STRING (fnd_log.level_procedure,

6236:
6237: -- end debug log
6238: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6239: THEN
6240: fnd_log.STRING (fnd_log.level_procedure,
6241: g_module ||
6242: l_api_name,
6243: '1000: Leaving ' ||
6244: g_pkg_name ||

Line 6253: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level

6249: EXCEPTION
6250: WHEN g_skip_exception
6251: THEN
6252: -- end debug log
6253: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
6254: )
6255: THEN
6256: fnd_log.STRING (fnd_log.level_procedure,
6257: g_module ||

Line 6256: fnd_log.STRING (fnd_log.level_procedure,

6252: -- end debug log
6253: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level
6254: )
6255: THEN
6256: fnd_log.STRING (fnd_log.level_procedure,
6257: g_module ||
6258: l_api_name,
6259: '9000: Leaving ' ||
6260: g_pkg_name ||

Line 6296: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6292: RAISE g_exc_error;
6293: END IF;
6294:
6295: -- end debug log
6296: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6297: THEN
6298: fnd_log.STRING (fnd_log.level_procedure,
6299: g_module ||
6300: l_api_name,

Line 6298: fnd_log.STRING (fnd_log.level_procedure,

6294:
6295: -- end debug log
6296: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6297: THEN
6298: fnd_log.STRING (fnd_log.level_procedure,
6299: g_module ||
6300: l_api_name,
6301: '1000: Leaving ' ||
6302: g_pkg_name ||

Line 6311: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6307: EXCEPTION
6308: WHEN g_exc_error
6309: THEN
6310: -- end debug log
6311: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6312: THEN
6313: fnd_log.STRING (fnd_log.level_procedure,
6314: g_module ||
6315: l_api_name,

Line 6313: fnd_log.STRING (fnd_log.level_procedure,

6309: THEN
6310: -- end debug log
6311: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6312: THEN
6313: fnd_log.STRING (fnd_log.level_procedure,
6314: g_module ||
6315: l_api_name,
6316: '2000: Leaving ' ||
6317: g_pkg_name ||

Line 6327: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6323: NULL;
6324: WHEN OTHERS
6325: THEN
6326: -- end debug log
6327: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6328: THEN
6329: fnd_log.STRING (fnd_log.level_procedure,
6330: g_module ||
6331: l_api_name,

Line 6329: fnd_log.STRING (fnd_log.level_procedure,

6325: THEN
6326: -- end debug log
6327: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6328: THEN
6329: fnd_log.STRING (fnd_log.level_procedure,
6330: g_module ||
6331: l_api_name,
6332: '4000: Leaving ' ||
6333: g_pkg_name ||

Line 6373: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

6369: l_clev_rec_in okc_contract_pub.clev_rec_type;
6370: l_clev_rec_out okc_contract_pub.clev_rec_type;
6371: BEGIN
6372: -- start debug log
6373: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6374: THEN
6375: fnd_log.STRING (fnd_log.level_procedure,
6376: g_module ||
6377: l_api_name,

Line 6375: fnd_log.STRING (fnd_log.level_procedure,

6371: BEGIN
6372: -- start debug log
6373: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
6374: THEN
6375: fnd_log.STRING (fnd_log.level_procedure,
6376: g_module ||
6377: l_api_name,
6378: '100: Entered ' ||
6379: g_pkg_name ||

Line 6383: fnd_log.STRING

6379: g_pkg_name ||
6380: '.' ||
6381: l_api_name
6382: );
6383: fnd_log.STRING
6384: (fnd_log.level_procedure,
6385: g_module ||
6386: l_api_name,
6387: '100: ***************** Parameters : ******************'

Line 6384: (fnd_log.level_procedure,

6380: '.' ||
6381: l_api_name
6382: );
6383: fnd_log.STRING
6384: (fnd_log.level_procedure,
6385: g_module ||
6386: l_api_name,
6387: '100: ***************** Parameters : ******************'
6388: );

Line 6389: fnd_log.STRING (fnd_log.level_procedure,

6385: g_module ||
6386: l_api_name,
6387: '100: ***************** Parameters : ******************'
6388: );
6389: fnd_log.STRING (fnd_log.level_procedure,
6390: g_module ||
6391: l_api_name,
6392: '100:CHR_ID = ' ||
6393: p_detail_rec.chr_id

Line 6395: fnd_log.STRING (fnd_log.level_procedure,

6391: l_api_name,
6392: '100:CHR_ID = ' ||
6393: p_detail_rec.chr_id
6394: );
6395: fnd_log.STRING (fnd_log.level_procedure,
6396: g_module ||
6397: l_api_name,
6398: '100:LINE_ID = ' ||
6399: p_detail_rec.line_id

Line 6401: fnd_log.STRING (fnd_log.level_procedure,

6397: l_api_name,
6398: '100:LINE_ID = ' ||
6399: p_detail_rec.line_id
6400: );
6401: fnd_log.STRING (fnd_log.level_procedure,
6402: g_module ||
6403: l_api_name,
6404: '100:SUBLINE_ID = ' ||
6405: p_detail_rec.subline_id

Line 6407: fnd_log.STRING (fnd_log.level_procedure,

6403: l_api_name,
6404: '100:SUBLINE_ID = ' ||
6405: p_detail_rec.subline_id
6406: );
6407: fnd_log.STRING (fnd_log.level_procedure,
6408: g_module ||
6409: l_api_name,
6410: '100:INTENT = ' ||
6411: p_detail_rec.intent

Line 6413: fnd_log.STRING (fnd_log.level_procedure,

6409: l_api_name,
6410: '100:INTENT = ' ||
6411: p_detail_rec.intent
6412: );
6413: fnd_log.STRING (fnd_log.level_procedure,
6414: g_module ||
6415: l_api_name,
6416: '100:CURRENCY = ' ||
6417: p_detail_rec.currency

Line 6419: fnd_log.STRING (fnd_log.level_procedure,

6415: l_api_name,
6416: '100:CURRENCY = ' ||
6417: p_detail_rec.currency
6418: );
6419: fnd_log.STRING (fnd_log.level_procedure,
6420: g_module ||
6421: l_api_name,
6422: '100:Usage Qty = ' ||
6423: p_detail_rec.usage_qty

Line 6425: fnd_log.STRING (fnd_log.level_procedure,

6421: l_api_name,
6422: '100:Usage Qty = ' ||
6423: p_detail_rec.usage_qty
6424: );
6425: fnd_log.STRING (fnd_log.level_procedure,
6426: g_module ||
6427: l_api_name,
6428: '100:Usage UOM Code = ' ||
6429: p_detail_rec.usage_uom_code

Line 6431: fnd_log.STRING (fnd_log.level_procedure,

6427: l_api_name,
6428: '100:Usage UOM Code = ' ||
6429: p_detail_rec.usage_uom_code
6430: );
6431: fnd_log.STRING (fnd_log.level_procedure,
6432: g_module ||
6433: l_api_name,
6434: '100:Asking Unit Price = ' ||
6435: p_detail_rec.asking_unit_price

Line 6495: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6491: p_token1 => g_invalid_value,
6492: p_token1_value => 'CHR_ID'
6493: );
6494:
6495: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6496: THEN
6497: fnd_log.STRING (fnd_log.level_statement,
6498: g_module ||
6499: l_api_name,

Line 6497: fnd_log.STRING (fnd_log.level_statement,

6493: );
6494:
6495: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6496: THEN
6497: fnd_log.STRING (fnd_log.level_statement,
6498: g_module ||
6499: l_api_name,
6500: '372:Contract header id is NULL'
6501: );

Line 6520: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

6516: x_topline_id => l_input_detail_rec.subline_id,
6517: x_return_status => x_return_status
6518: );
6519:
6520: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6521: )
6522: THEN
6523: fnd_log.STRING (fnd_log.level_statement,
6524: g_module ||

Line 6523: fnd_log.STRING (fnd_log.level_statement,

6519:
6520: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6521: )
6522: THEN
6523: fnd_log.STRING (fnd_log.level_statement,
6524: g_module ||
6525: l_api_name,
6526: '373:Get_id chr_id in CompP = ' ||
6527: l_input_detail_rec.chr_id

Line 6529: fnd_log.STRING (fnd_log.level_statement,

6525: l_api_name,
6526: '373:Get_id chr_id in CompP = ' ||
6527: l_input_detail_rec.chr_id
6528: );
6529: fnd_log.STRING (fnd_log.level_statement,
6530: g_module ||
6531: l_api_name,
6532: '374:Get_id topline_id in CompP = ' ||
6533: l_input_detail_rec.line_id

Line 6541: IF (fnd_log.level_statement >=

6537: --errorout ('Get_id chr_id in CompP = ' || l_input_detail_rec.chr_id);
6538: --errorout ('Get_id topline_id in CompP = ' || l_input_detail_rec.line_id);
6539: IF x_return_status <> g_ret_sts_success
6540: THEN
6541: IF (fnd_log.level_statement >=
6542: fnd_log.g_current_runtime_level
6543: )
6544: THEN
6545: fnd_log.STRING (fnd_log.level_statement,

Line 6542: fnd_log.g_current_runtime_level

6538: --errorout ('Get_id topline_id in CompP = ' || l_input_detail_rec.line_id);
6539: IF x_return_status <> g_ret_sts_success
6540: THEN
6541: IF (fnd_log.level_statement >=
6542: fnd_log.g_current_runtime_level
6543: )
6544: THEN
6545: fnd_log.STRING (fnd_log.level_statement,
6546: g_module ||

Line 6545: fnd_log.STRING (fnd_log.level_statement,

6541: IF (fnd_log.level_statement >=
6542: fnd_log.g_current_runtime_level
6543: )
6544: THEN
6545: fnd_log.STRING (fnd_log.level_statement,
6546: g_module ||
6547: l_api_name,
6548: '375:Get_id return status = ' ||
6549: x_return_status

Line 6617: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6613: THEN
6614: RAISE g_exc_error;
6615: END IF;
6616: ELSE
6617: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6618: THEN
6619: fnd_log.STRING (fnd_log.level_statement,
6620: g_module ||
6621: l_api_name,

Line 6619: fnd_log.STRING (fnd_log.level_statement,

6615: END IF;
6616: ELSE
6617: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6618: THEN
6619: fnd_log.STRING (fnd_log.level_statement,
6620: g_module ||
6621: l_api_name,
6622: '376:Top Line id is NULL'
6623: );

Line 6649: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

6645: x_topline_id => l_input_detail_rec.line_id,
6646: x_return_status => x_return_status
6647: );
6648:
6649: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6650: )
6651: THEN
6652: fnd_log.STRING (fnd_log.level_statement,
6653: g_module ||

Line 6652: fnd_log.STRING (fnd_log.level_statement,

6648:
6649: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6650: )
6651: THEN
6652: fnd_log.STRING (fnd_log.level_statement,
6653: g_module ||
6654: l_api_name,
6655: '377:Get_id topline_id = ' ||
6656: l_input_detail_rec.line_id

Line 6663: IF (fnd_log.level_statement >=

6659:
6660: --errorout ('Get_id topline_id = ' || l_input_detail_rec.line_id);
6661: IF x_return_status <> g_ret_sts_success
6662: THEN
6663: IF (fnd_log.level_statement >=
6664: fnd_log.g_current_runtime_level
6665: )
6666: THEN
6667: fnd_log.STRING (fnd_log.level_statement,

Line 6664: fnd_log.g_current_runtime_level

6660: --errorout ('Get_id topline_id = ' || l_input_detail_rec.line_id);
6661: IF x_return_status <> g_ret_sts_success
6662: THEN
6663: IF (fnd_log.level_statement >=
6664: fnd_log.g_current_runtime_level
6665: )
6666: THEN
6667: fnd_log.STRING (fnd_log.level_statement,
6668: g_module ||

Line 6667: fnd_log.STRING (fnd_log.level_statement,

6663: IF (fnd_log.level_statement >=
6664: fnd_log.g_current_runtime_level
6665: )
6666: THEN
6667: fnd_log.STRING (fnd_log.level_statement,
6668: g_module ||
6669: l_api_name,
6670: '378:Get_id return status = ' ||
6671: x_return_status

Line 6680: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6676: RAISE g_exc_error;
6677: END IF;
6678: END IF;
6679:
6680: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6681: THEN
6682: fnd_log.STRING (fnd_log.level_statement,
6683: g_module ||
6684: l_api_name,

Line 6682: fnd_log.STRING (fnd_log.level_statement,

6678: END IF;
6679:
6680: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6681: THEN
6682: fnd_log.STRING (fnd_log.level_statement,
6683: g_module ||
6684: l_api_name,
6685: '379:here is Sub line'
6686: );

Line 6756: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6752: THEN
6753: RAISE g_exc_error;
6754: END IF;
6755: ELSE
6756: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6757: THEN
6758: fnd_log.STRING (fnd_log.level_statement,
6759: g_module ||
6760: l_api_name,

Line 6758: fnd_log.STRING (fnd_log.level_statement,

6754: END IF;
6755: ELSE
6756: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6757: THEN
6758: fnd_log.STRING (fnd_log.level_statement,
6759: g_module ||
6760: l_api_name,
6761: '380:Sub line id is NULL'
6762: );

Line 6786: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

6782: x_topline_id => l_input_detail_rec.subline_id,
6783: x_return_status => x_return_status
6784: );
6785:
6786: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6787: )
6788: THEN
6789: fnd_log.STRING (fnd_log.level_statement,
6790: g_module ||

Line 6789: fnd_log.STRING (fnd_log.level_statement,

6785:
6786: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6787: )
6788: THEN
6789: fnd_log.STRING (fnd_log.level_statement,
6790: g_module ||
6791: l_api_name,
6792: '381:Get_id chr_id in CompP = ' ||
6793: l_input_detail_rec.chr_id

Line 6795: fnd_log.STRING (fnd_log.level_statement,

6791: l_api_name,
6792: '381:Get_id chr_id in CompP = ' ||
6793: l_input_detail_rec.chr_id
6794: );
6795: fnd_log.STRING (fnd_log.level_statement,
6796: g_module ||
6797: l_api_name,
6798: '382:Get_id topline_id in CompP = ' ||
6799: l_input_detail_rec.line_id

Line 6807: IF (fnd_log.level_statement >=

6803: --errorout ('Get_id chr_id in CompP = ' || l_input_detail_rec.chr_id);
6804: --errorout ('Get_id topline_id in CompP = ' || l_input_detail_rec.line_id);
6805: IF x_return_status <> g_ret_sts_success
6806: THEN
6807: IF (fnd_log.level_statement >=
6808: fnd_log.g_current_runtime_level
6809: )
6810: THEN
6811: fnd_log.STRING (fnd_log.level_statement,

Line 6808: fnd_log.g_current_runtime_level

6804: --errorout ('Get_id topline_id in CompP = ' || l_input_detail_rec.line_id);
6805: IF x_return_status <> g_ret_sts_success
6806: THEN
6807: IF (fnd_log.level_statement >=
6808: fnd_log.g_current_runtime_level
6809: )
6810: THEN
6811: fnd_log.STRING (fnd_log.level_statement,
6812: g_module ||

Line 6811: fnd_log.STRING (fnd_log.level_statement,

6807: IF (fnd_log.level_statement >=
6808: fnd_log.g_current_runtime_level
6809: )
6810: THEN
6811: fnd_log.STRING (fnd_log.level_statement,
6812: g_module ||
6813: l_api_name,
6814: '383:Get_id return status = ' ||
6815: x_return_status

Line 6834: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6830: x_msg_count => x_msg_count,
6831: x_msg_data => x_msg_data
6832: );
6833:
6834: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6835: THEN
6836: fnd_log.STRING
6837: (fnd_log.level_statement,
6838: g_module ||

Line 6836: fnd_log.STRING

6832: );
6833:
6834: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6835: THEN
6836: fnd_log.STRING
6837: (fnd_log.level_statement,
6838: g_module ||
6839: l_api_name,
6840: '384:after CSUBS - In compute price - return status = ' ||

Line 6837: (fnd_log.level_statement,

6833:
6834: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6835: THEN
6836: fnd_log.STRING
6837: (fnd_log.level_statement,
6838: g_module ||
6839: l_api_name,
6840: '384:after CSUBS - In compute price - return status = ' ||
6841: x_return_status

Line 6851: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6847: THEN
6848: RAISE g_exc_error;
6849: END IF;
6850:
6851: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6852: THEN
6853: fnd_log.STRING (fnd_log.level_statement,
6854: g_module ||
6855: l_api_name,

Line 6853: fnd_log.STRING (fnd_log.level_statement,

6849: END IF;
6850:
6851: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6852: THEN
6853: fnd_log.STRING (fnd_log.level_statement,
6854: g_module ||
6855: l_api_name,
6856: '385:Chr_id = ' ||
6857: l_input_detail_rec.chr_id

Line 6873: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6869: );
6870: l_chrv_rec_in.object_version_number :=
6871: l_k_det_rec.object_version_number;
6872:
6873: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6874: THEN
6875: fnd_log.STRING (fnd_log.level_statement,
6876: g_module ||
6877: l_api_name,

Line 6875: fnd_log.STRING (fnd_log.level_statement,

6871: l_k_det_rec.object_version_number;
6872:
6873: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6874: THEN
6875: fnd_log.STRING (fnd_log.level_statement,
6876: g_module ||
6877: l_api_name,
6878: '386:Amount = ' ||
6879: l_chrv_rec_in.estimated_amount

Line 6895: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6891: p_chrv_rec => l_chrv_rec_in,
6892: x_chrv_rec => l_chrv_rec_out
6893: );
6894:
6895: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6896: THEN
6897: fnd_log.STRING
6898: (fnd_log.level_statement,
6899: g_module ||

Line 6897: fnd_log.STRING

6893: );
6894:
6895: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6896: THEN
6897: fnd_log.STRING
6898: (fnd_log.level_statement,
6899: g_module ||
6900: l_api_name,
6901: '387:after hdr updation - In compute price - return status = ' ||

Line 6898: (fnd_log.level_statement,

6894:
6895: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6896: THEN
6897: fnd_log.STRING
6898: (fnd_log.level_statement,
6899: g_module ||
6900: l_api_name,
6901: '387:after hdr updation - In compute price - return status = ' ||
6902: x_return_status

Line 6912: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6908: THEN
6909: RAISE g_exc_error;
6910: END IF;
6911: ELSE
6912: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6913: THEN
6914: fnd_log.STRING (fnd_log.level_statement,
6915: g_module ||
6916: l_api_name,

Line 6914: fnd_log.STRING (fnd_log.level_statement,

6910: END IF;
6911: ELSE
6912: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6913: THEN
6914: fnd_log.STRING (fnd_log.level_statement,
6915: g_module ||
6916: l_api_name,
6917: '388:Line id is NULL'
6918: );

Line 6944: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level

6940: x_topline_id => l_input_detail_rec.line_id,
6941: x_return_status => x_return_status
6942: );
6943:
6944: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6945: )
6946: THEN
6947: fnd_log.STRING (fnd_log.level_statement,
6948: g_module ||

Line 6947: fnd_log.STRING (fnd_log.level_statement,

6943:
6944: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level
6945: )
6946: THEN
6947: fnd_log.STRING (fnd_log.level_statement,
6948: g_module ||
6949: l_api_name,
6950: '389:Get_id topline_id = ' ||
6951: l_input_detail_rec.line_id

Line 6963: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

6959: RAISE g_exc_error;
6960: END IF;
6961: END IF;
6962:
6963: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6964: THEN
6965: fnd_log.STRING (fnd_log.level_statement,
6966: g_module ||
6967: l_api_name,

Line 6965: fnd_log.STRING (fnd_log.level_statement,

6961: END IF;
6962:
6963: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
6964: THEN
6965: fnd_log.STRING (fnd_log.level_statement,
6966: g_module ||
6967: l_api_name,
6968: '390:here is Sub line'
6969: );

Line 7039: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

7035: THEN
7036: RAISE g_exc_error;
7037: END IF;
7038: ELSE
7039: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
7040: THEN
7041: fnd_log.STRING (fnd_log.level_statement,
7042: g_module ||
7043: l_api_name,

Line 7041: fnd_log.STRING (fnd_log.level_statement,

7037: END IF;
7038: ELSE
7039: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
7040: THEN
7041: fnd_log.STRING (fnd_log.level_statement,
7042: g_module ||
7043: l_api_name,
7044: '391:Sub line id is NULL'
7045: );

Line 7058: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

7054: x_return_status := g_ret_sts_error;
7055: RAISE g_exc_error;
7056: END IF;
7057: ELSE
7058: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
7059: THEN
7060: fnd_log.STRING (fnd_log.level_statement,
7061: g_module ||
7062: l_api_name,

Line 7060: fnd_log.STRING (fnd_log.level_statement,

7056: END IF;
7057: ELSE
7058: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
7059: THEN
7060: fnd_log.STRING (fnd_log.level_statement,
7061: g_module ||
7062: l_api_name,
7063: '392:********** Invalid Intent ********'
7064: );

Line 7077: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)

7073: x_return_status := g_ret_sts_error;
7074: RAISE g_exc_error;
7075: END IF;
7076:
7077: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
7078: THEN
7079: fnd_log.STRING (fnd_log.level_statement,
7080: g_module ||
7081: l_api_name,

Line 7079: fnd_log.STRING (fnd_log.level_statement,

7075: END IF;
7076:
7077: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)
7078: THEN
7079: fnd_log.STRING (fnd_log.level_statement,
7080: g_module ||
7081: l_api_name,
7082: '393:********** Exiting Compute Price ********'
7083: );

Line 7089: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

7085:
7086: -- errorout ('********** Exiting Compute Price ********');
7087:
7088: -- end debug log
7089: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
7090: THEN
7091: fnd_log.STRING (fnd_log.level_procedure,
7092: g_module ||
7093: l_api_name,

Line 7091: fnd_log.STRING (fnd_log.level_procedure,

7087:
7088: -- end debug log
7089: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
7090: THEN
7091: fnd_log.STRING (fnd_log.level_procedure,
7092: g_module ||
7093: l_api_name,
7094: '1000: Leaving ' ||
7095: g_pkg_name ||

Line 7104: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

7100: EXCEPTION
7101: WHEN g_exc_error
7102: THEN
7103: -- end debug log
7104: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
7105: THEN
7106: fnd_log.STRING (fnd_log.level_procedure,
7107: g_module ||
7108: l_api_name,

Line 7106: fnd_log.STRING (fnd_log.level_procedure,

7102: THEN
7103: -- end debug log
7104: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
7105: THEN
7106: fnd_log.STRING (fnd_log.level_procedure,
7107: g_module ||
7108: l_api_name,
7109: '2000: Leaving ' ||
7110: g_pkg_name ||

Line 7120: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)

7116: DBMS_TRANSACTION.rollback_savepoint ('COMPUTE_PRICE');
7117: WHEN OTHERS
7118: THEN
7119: -- end debug log
7120: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
7121: THEN
7122: fnd_log.STRING (fnd_log.level_procedure,
7123: g_module ||
7124: l_api_name,

Line 7122: fnd_log.STRING (fnd_log.level_procedure,

7118: THEN
7119: -- end debug log
7120: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)
7121: THEN
7122: fnd_log.STRING (fnd_log.level_procedure,
7123: g_module ||
7124: l_api_name,
7125: '4000: Leaving ' ||
7126: g_pkg_name ||