DBA Data[Home] [Help]

APPS.EAM_METR_VALIDATOR dependencies on WIP_CONSTANTS

Line 406: set process_status = WIP_CONSTANTS.ERROR,

402:
403: if ( eam_int_utils.has_errors ) then
404: eam_int_utils.load_errors('eam_meter_readings_interface');
405: update eam_meter_readings_interface
406: set process_status = WIP_CONSTANTS.ERROR,
407: process_phase = WIP_CONSTANTS.ML_VALIDATION
408: where rowid = p_current_rowid;
409: p_retcode := '2';
410: end if;

Line 407: process_phase = WIP_CONSTANTS.ML_VALIDATION

403: if ( eam_int_utils.has_errors ) then
404: eam_int_utils.load_errors('eam_meter_readings_interface');
405: update eam_meter_readings_interface
406: set process_status = WIP_CONSTANTS.ERROR,
407: process_phase = WIP_CONSTANTS.ML_VALIDATION
408: where rowid = p_current_rowid;
409: p_retcode := '2';
410: end if;
411: end meter_name;

Line 447: set process_status = WIP_CONSTANTS.ERROR,

443:
444: if ( eam_int_utils.has_errors ) then
445: eam_int_utils.load_errors('eam_meter_readings_interface');
446: update eam_meter_readings_interface
447: set process_status = WIP_CONSTANTS.ERROR,
448: process_phase = WIP_CONSTANTS.ML_VALIDATION
449: where rowid = p_current_rowid;
450: p_retcode := '2';
451: end if;

Line 448: process_phase = WIP_CONSTANTS.ML_VALIDATION

444: if ( eam_int_utils.has_errors ) then
445: eam_int_utils.load_errors('eam_meter_readings_interface');
446: update eam_meter_readings_interface
447: set process_status = WIP_CONSTANTS.ERROR,
448: process_phase = WIP_CONSTANTS.ML_VALIDATION
449: where rowid = p_current_rowid;
450: p_retcode := '2';
451: end if;
452: