DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on AR_LOOKUPS

Line 4941: get description from ar_lookups */

4937: o line_type = 'FREIGHT'
4938: if vat = 'Y' and freight_as_line = 'Y' and freight_item not null
4939: get description from mtl_system_items
4940: else
4941: get description from ar_lookups */
4942:
4943: -- per bug 2382340, take out the dependency on AR_ALLOW_TAX_CODE_OVERRIDE.
4944: -- IF l_vat_flag = 'Y' AND l_freight_as_line = 'Y'AND l_freight_item IS NOT NULL THEN
4945: BEGIN

Line 4959: FROM ar_lookups

4955: SELECT meaning
4956: ,NULL
4957: INTO p_x_charges_rec.Description
4958: ,p_x_charges_rec.Uom_Code
4959: FROM ar_lookups
4960: WHERE lookup_type = 'STD_LINE_TYPE'
4961: AND lookup_code = 'FREIGHT';
4962: END IF;
4963: