DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on PO_CORE_S

Line 5686: l_key := PO_CORE_S.get_session_gt_nextval;

5682:
5683: Begin
5684:
5685: G_CURRENT_RUNTIME_LEVEL := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
5686: l_key := PO_CORE_S.get_session_gt_nextval;
5687:
5688: /*Collecting the Charge Accounts, LOAs and the ACRN values populated
5689: into session gt for validation. */
5690:

Line 5758: l_loas := PO_CORE_S.get_translated_text('PO_LOA_DISPLAY');

5754: These two values will be pased to form the message PO_DUPLICATE_ACRN which
5755: will be inserted into the po_online_report_text_gt
5756: */
5757:
5758: l_loas := PO_CORE_S.get_translated_text('PO_LOA_DISPLAY');
5759: l_charge_acc := PO_CORE_S.get_translated_text('PO_CHARGE_ACC_DISP');
5760:
5761: OPEN c1;
5762: LOOP

Line 5759: l_charge_acc := PO_CORE_S.get_translated_text('PO_CHARGE_ACC_DISP');

5755: will be inserted into the po_online_report_text_gt
5756: */
5757:
5758: l_loas := PO_CORE_S.get_translated_text('PO_LOA_DISPLAY');
5759: l_charge_acc := PO_CORE_S.get_translated_text('PO_CHARGE_ACC_DISP');
5760:
5761: OPEN c1;
5762: LOOP
5763: FETCH c1 INTO l_acrn, l_charge_loa;