DBA Data[Home] [Help]

APPS.POR_HISTORY_FEED_PKG dependencies on FND_GLOBAL

Line 729: g_po_num_err := g_po_num_err || ', ' || l_po_number || fnd_global.local_chr(10);

725: ELSE
726: g_po_num_err := g_po_num_err || ', ' || l_po_number;
727: END IF;
728: ELSE
729: g_po_num_err := g_po_num_err || ', ' || l_po_number || fnd_global.local_chr(10);
730: l_po_count := 0; --restart string of 5 po #s
731: END IF;
732:
733: l_progress := '020';

Line 756: g_card_num_err := g_card_num_err || ', ' || l_po_number || fnd_global.local_chr(10);

752: ELSE
753: g_card_num_err := g_card_num_err || ', ' || l_po_number;
754: END IF;
755: ELSE
756: g_card_num_err := g_card_num_err || ', ' || l_po_number || fnd_global.local_chr(10);
757: l_card_count := 0;
758: END IF;
759:
760: l_progress := '030';