DBA Data[Home] [Help]

APPS.INVPVDR2 dependencies on MTL_PARAMETERS

Line 358: from mtl_parameters

354: END IF;
355: -- validate ENCUMBRANCE_ACCOUNT
356: select ENCUMBRANCE_REVERSAL_FLAG
357: into resersal_flag
358: from mtl_parameters
359: where organization_id = cr.organization_id;
360:
361: if resersal_flag = 1 and
362: cr.ENCUMBRANCE_ACCOUNT is NULL then