DBA Data[Home] [Help]

APPS.PO_CREATE_ASBN_INVOICE dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 486: from ap_system_parameters_all

482:
483: elsif (p_line_type = 'FREIGHT') then
484: select freight_code_combination_id
485: into l_freight_ccid
486: from ap_system_parameters_all
487: where org_id = p_org_id;
488:
489: if (l_freight_ccid <> 0) then
490: l_prorate_across_flag := 'N';