DBA Data[Home] [Help]

APPS.INV_LOT_SERIAL_DATE_PKG dependencies on MTL_PARAMETERS

Line 319: FROM mtl_parameters

315: RAISE invalid_callback;
316: ELSE
317: IF attr_name = 'ORGANIZATION_CODE' THEN
318: SELECT organization_code INTO text_value
319: FROM mtl_parameters
320: WHERE to_char(organization_id) = SUBSTR(context, 1, (INSTR(context, '+-?*', 1, 1)-1)) ;
321:
322: ELSIF attr_name = 'ORGANIZATION_ID' THEN
323: number_value := to_number(SUBSTR(context, 1, (INSTR(context, '+-?*', 1, 1)-1)));