DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on PO_DISTRIBUTIONS_ALL

Line 562: from po_distributions_all

558: l_pa_debug_flag varchar2(1) ;
559:
560: cursor c_po_date is
561: select expenditure_item_date
562: from po_distributions_all
563: where po_distribution_id = p_po_distribution_id ;
564:
565: BEGIN
566: l_pa_debug_flag := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');