DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_ONLINE_REPORT_TEXT_GT

Line 2715: FROM po_online_report_text_gt

2711: ||TO_CHAR(g_po_header_id_table(i)));
2712: PO_DEBUG.put_line('Reason(s) :');
2713: SELECT MAX(sequence)
2714: INTO max_sequence_num
2715: FROM po_online_report_text_gt
2716: WHERE online_report_id = x_online_report_id ;
2717:
2718: FOR i IN 1..max_sequence_num
2719: LOOP

Line 2722: FROM po_online_report_text_gt

2718: FOR i IN 1..max_sequence_num
2719: LOOP
2720: SELECT text_line
2721: INTO x_text_line
2722: FROM po_online_report_text_gt
2723: WHERE online_report_id = x_online_report_id
2724: AND sequence = i;
2725:
2726: PO_DEBUG.put_line(x_text_line);

Line 2862: FROM po_online_report_text_gt

2858: ||TO_CHAR(g_po_release_id_table(i)));
2859: PO_DEBUG.put_line('Reason(s) :');
2860: SELECT MAX(sequence)
2861: INTO max_sequence_num
2862: FROM po_online_report_text_gt
2863: WHERE online_report_id = x_online_report_id ;
2864:
2865: FOR i IN 1..max_sequence_num
2866: LOOP

Line 2869: FROM po_online_report_text_gt

2865: FOR i IN 1..max_sequence_num
2866: LOOP
2867: SELECT text_line
2868: INTO x_text_line
2869: FROM po_online_report_text_gt
2870: WHERE online_report_id = x_online_report_id
2871: AND sequence = i;
2872:
2873: PO_DEBUG.put_line(x_text_line);