DBA Data[Home] [Help]

APPS.EAM_METR_PROCESSOR dependencies on WIP_INTERFACE_S

Line 89: set interface_id = wip_interface_s.nextval,

85: begin
86: p_retcode := '0';
87: -- generates the interface id and lock the rows
88: update eam_meter_readings_interface
89: set interface_id = wip_interface_s.nextval,
90: process_status = WIP_CONSTANTS.RUNNING
91: where group_id = p_group_id
92: and process_phase = WIP_CONSTANTS.ML_VALIDATION
93: and process_status = WIP_CONSTANTS.PENDING;