DBA Data[Home] [Help]

APPS.EAM_PROCESS_FAILURE_ENTRY_PVT dependencies on EAM_ASSET_FAILURE_CODES_S

Line 810: SELECT eam_asset_failure_codes_s.nextval

806: IF l_eam_failure_codes_record.transaction_type = Eam_Process_Failure_Entry_PUB.G_FE_CREATE THEN
807:
808: /* dbms_output.put_line('Just Before Inserting the data into eam_asset_failure_codes'); */
809:
810: SELECT eam_asset_failure_codes_s.nextval
811: INTO l_failure_entry_id
812: FROM DUAL;
813: l_eam_failure_codes_record.failure_entry_id := l_failure_entry_id;
814: