DBA Data[Home] [Help]

APPS.PO_CREATE_ASBN_INVOICE dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 456: from ap_system_parameters_all

452:
453: elsif (p_line_type = 'FREIGHT') then
454: select freight_code_combination_id
455: into l_freight_ccid
456: from ap_system_parameters_all
457: where org_id = p_org_id;
458:
459: if (l_freight_ccid <> 0) then
460: l_prorate_across_flag := 'N';